Added profile ProfileColors and Profile images
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Hutopy.Infrastructure.Identity.OwnedEntities;
|
||||
|
||||
public class StoredDataUrls
|
||||
{
|
||||
public string BannerPictureUrl { get; set; } = string.Empty;
|
||||
public string ProfilePictureUrl { get; set; } = string.Empty;
|
||||
public string WebsiteIconUrl { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user