Polish UI, harden company creation, and add error pages
This commit is contained in:
@@ -8,6 +8,7 @@ public sealed class ApplicationUser : IdentityUser
|
||||
public string? LastName { get; set; }
|
||||
public string? DisplayName { get; set; }
|
||||
public string? ProfileCvText { get; set; }
|
||||
public string? AvatarImageDataUrl { get; set; }
|
||||
public string? GoogleSubject { get; set; }
|
||||
public string? GoogleEmail { get; set; }
|
||||
public DateTimeOffset? GoogleLinkedAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user