This commit is contained in:
2026-02-21 14:55:59 -08:00
parent 531c6258e6
commit 0f04f04ad5
3 changed files with 22 additions and 20 deletions
@@ -11,6 +11,6 @@ public class dbUser
public int FailedLoginAttempts { get; set; }
public DateTime? LockedUntil { get; set; }
public DateTime? CreatedAt { get; set; }
public string? RoleInternalName { get; set; }
public string? RoleDisplayName { get; set; }
public required string RoleInternalName { get; set; }
public required string RoleDisplayName { get; set; }
}