Integrated AuthenticationStateProvider using .NET Core Identity
This commit is contained in:
@ -9,5 +9,10 @@ namespace Oqtane.Models
|
||||
public string DisplayName { get; set; }
|
||||
public string Roles { get; set; }
|
||||
public bool IsSuperUser { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string Password { get; set; }
|
||||
[NotMapped]
|
||||
public bool IsAuthenticated { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user