Added profile ProfileColors and Profile images
This commit is contained in:
@@ -15,4 +15,6 @@ public class ApplicationUser : IdentityUser
|
||||
public string About { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public SocialNetworks SocialNetworks { get; set; } = new();
|
||||
public ProfileColors ProfileColors { get; set; } = new();
|
||||
public StoredDataUrls StoredDataUrls { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user