feat: add application package generation and grouped readiness workflows
This commit is contained in:
@@ -7,6 +7,7 @@ public sealed class ApplicationUser : IdentityUser
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? DisplayName { get; set; }
|
||||
public string? ProfileCvText { get; set; }
|
||||
public string? GoogleSubject { get; set; }
|
||||
public string? GoogleEmail { get; set; }
|
||||
public DateTimeOffset? GoogleLinkedAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user