Add full profiles and latency tests
This commit is contained in:
@@ -4,5 +4,10 @@ namespace JobTrackerApi.Models;
|
||||
|
||||
public sealed class ApplicationUser : IdentityUser
|
||||
{
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? DisplayName { get; set; }
|
||||
public string? GoogleSubject { get; set; }
|
||||
public string? GoogleEmail { get; set; }
|
||||
public DateTimeOffset? GoogleLinkedAt { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user