Add admin accounts and streamlined header UI

This commit is contained in:
2026-01-29 01:14:53 +01:00
parent 81f688cf88
commit 60191a1fe3
16 changed files with 311 additions and 110 deletions

View File

@@ -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;