Skip to content

Commit

Permalink
Remove superuser property from UnicoreAuthResult.
Browse files Browse the repository at this point in the history
This change deletes the superuser property from the UnicoreAuthResult class to streamline authentication data handling. The superuser role management will be handled separately or is no longer required in this context. Additional logic or methods relying on this property have been reviewed to ensure consistency.
  • Loading branch information
Gamer-VII committed Dec 5, 2024
1 parent 5cf1e63 commit 9f9694a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Gml.Web.Api.Domains/Integrations/UnicoreAuthResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ public class User
[JsonProperty("password")]
public string Password { get; set; }

[JsonProperty("superuser")]
public bool Superuser { get; set; }

[JsonProperty("activated")]
public bool Activated { get; set; }

Expand Down

0 comments on commit 9f9694a

Please sign in to comment.