Remove portraitUrl -> replaced by ProfilePictureUrl

Removed duplicate ContentStore connectionString
This commit is contained in:
Dominic Villemure
2024-07-04 21:12:46 -04:00
parent 4a0502488e
commit 4da28344f4
6 changed files with 588 additions and 6 deletions

View File

@@ -19,7 +19,6 @@ public class UpdateCurrentUserCommand : IRequest<string>
public required string Description { get; init; }
public required SocialNetworksModel SocialNetworks { get; init; }
public required ProfileColorsModel ProfileColors { get; init; }
public string PortraitUrl { get; init; } = string.Empty;
[NotMapped]