mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 11:07:41 +00:00
latest
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user