Továbbfejlesztés
This commit is contained in:
@@ -14,6 +14,8 @@ namespace WorkFlowCheck.DL.Entities
|
||||
public string JwtToken { get; set; } = null!;
|
||||
public string Token2FA { get; set; } = null!;
|
||||
public bool Active { get; set; }
|
||||
public bool NFCActive { get; set; }
|
||||
public string NFCCode { get; set; } = null!;
|
||||
|
||||
public virtual ICollection<UserRole> UserRoles { get; set; } = new List<UserRole>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user