preliminary frontend for ther auth api

This commit is contained in:
2026-03-17 22:30:59 -05:00
parent c19cd0c718
commit 661bb03d1d
7 changed files with 54 additions and 21 deletions

View File

@@ -7,5 +7,7 @@ public class User {
public string Name { get; set; } = "";
public string Email { get; set; } = "";
public string PasswordHash { get; set; } = "";
public string Role { get; set; }
public DateTime CreatedAt { get; set; }
};