mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 09:06:33 +00:00
db works, upload works
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class User
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Email { get; set; } = null!;
|
||||
public string Email { get; set; } = null!;
|
||||
public string PasswordHash { get; set; } = null!;
|
||||
public string HardwareId { get; set; } = null!;
|
||||
public RoleEnum Role { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user