Test: Google oauth
This commit is contained in:
@@ -6,4 +6,5 @@ public class ApplicationUser : IdentityUser
|
||||
{
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
//public string Gender { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user