Revert "media ref"

This reverts commit 072a3893a0.
This commit is contained in:
2020-11-24 12:02:11 +01:00
parent 1d2720ffaa
commit 0eaeb613ec
2 changed files with 6 additions and 6 deletions
@@ -19,10 +19,10 @@ namespace zero.Core.Entities
public string Email { get; set; }
/// <inheritdoc />
public MediaRef ImageId { get; set; }
public string ImageId { get; set; }
/// <inheritdoc />
public MediaRef IconId { get; set; }
public string IconId { get; set; }
/// <inheritdoc />
public Uri[] Domains { get; set; } = new Uri[] { };
@@ -53,12 +53,12 @@ namespace zero.Core.Entities
/// <summary>
/// Image of the application
/// </summary>
MediaRef ImageId { get; set; }
string ImageId { get; set; }
/// <summary>
/// Simple image of the application (can be used as favicon)
/// </summary>
MediaRef IconId { get; set; }
string IconId { get; set; }
/// <summary>
/// All assigned domains for this application
+2 -2
View File
@@ -32,7 +32,7 @@ namespace zero.Core.Entities
public string SecurityStamp { get; set; }
/// <inheritdoc/>
public MediaRef AvatarId { get; set; }
public string AvatarId { get; set; }
/// <inheritdoc/>
public string LanguageId { get; set; }
@@ -99,7 +99,7 @@ namespace zero.Core.Entities
/// <summary>
/// Avatar image
/// </summary>
MediaRef AvatarId { get; set; }
string AvatarId { get; set; }
/// <summary>
/// Backoffice display language