mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
renmove ResourceEnum, use filename only
add ToHash for encryption Key
This commit is contained in:
@@ -5,6 +5,7 @@ public class User
|
||||
public Guid Id { get; set; }
|
||||
public string Email { get; set; } = null!;
|
||||
public string PasswordHash { get; set; } = null!;
|
||||
public string HardwareId { get; set; } = null!;
|
||||
public string? Hardware { get; set; }
|
||||
public string? HardwareHash { get; set; }
|
||||
public RoleEnum Role { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user