Persist structured CV section data
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? ProfileCvStructureJson { get; set; }
|
||||
public string? AvatarImageDataUrl { get; set; }
|
||||
public string? GoogleSubject { get; set; }
|
||||
public string? GoogleEmail { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user