Továbbfejlesztés

This commit is contained in:
2025-04-04 12:42:47 +02:00
parent de8b95eda1
commit 5b1f7fb642
15 changed files with 1130 additions and 164 deletions
+2
View File
@@ -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>();