Add admin accounts and streamlined header UI
This commit is contained in:
@@ -19,6 +19,7 @@ public class Player
|
||||
public byte[] PasswordSalt { get; set; } = Array.Empty<byte>();
|
||||
|
||||
public DateTimeOffset? LastLoginAt { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
|
||||
public DateTimeOffset CreatedAt { get; set; } = DateTimeOffset.UtcNow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user