add date of birth

This commit is contained in:
Elijah R
2024-04-05 15:50:18 -04:00
parent 788d11f39a
commit 0b1ec748da
4 changed files with 32 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ public class User
public string Username { get; set; }
public string Password { get; set; }
public string Email { get; set; }
public DateOnly DateOfBirth { get; set; }
public bool EmailVerified { get; set; }
public string EmailVerificationCode { get; set; }
public Rank Rank { get; set; }