scaffold auth api infrastructure (doesn't work)
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 14s

This commit is contained in:
2026-03-16 21:20:54 -05:00
parent 3dfb1ee0a7
commit 96026d448f
5 changed files with 58 additions and 14 deletions

View File

@@ -6,5 +6,6 @@ public class User {
public int Id { get; set; }
public string Name { get; set; } = "";
public string Email { get; set; } = "";
public string PasswordHash { get; set; } = "";
};