Add storedDataUrls to GetCurrentUser
This commit is contained in:
8
src/Application/Users/Models/StoredDataUrlsModel.cs
Normal file
8
src/Application/Users/Models/StoredDataUrlsModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Hutopy.Application.Users.Models;
|
||||
|
||||
public class StoredDataUrlsModel
|
||||
{
|
||||
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