LoginWithGoogle feature now working.
This commit is contained in:
@@ -11,4 +11,5 @@ public class ApplicationUser : IdentityUser<Guid>
|
||||
public DateTime? BirthDate { get; set; }
|
||||
[MaxLength(255)] public string? Address { get; set; }
|
||||
[MaxLength(255)] public string? PortraitUrl { get; set; }
|
||||
[MaxLength(255)] public string? GoogleId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user