mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
don't send hardware hash, calc on the api
This commit is contained in:
@@ -6,6 +6,7 @@ public class User
|
||||
public string Email { get; set; } = null!;
|
||||
public string PasswordHash { get; set; } = null!;
|
||||
public string? Hardware { get; set; }
|
||||
public string? HardwareHash { get; set; }
|
||||
public RoleEnum Role { get; set; }
|
||||
|
||||
public static string GetCacheKey(string email) => $"{nameof(User)}.{email}";
|
||||
}
|
||||
Reference in New Issue
Block a user