scaffold auth api infrastructure (doesn't work)
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 14s
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 14s
This commit is contained in:
@@ -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; } = "";
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user