mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
add postgres
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class User
|
||||
{
|
||||
public string Id { get; set; } = null!;
|
||||
public Guid Id { get; set; }
|
||||
public string Email { get; set; } = null!;
|
||||
public string PasswordHash { get; set; } = null!;
|
||||
public string HardwareId { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user