default avatar

This commit is contained in:
Paul Schneider 2017-02-01 19:53:10 +01:00
commit be1d75ce73
35 changed files with 1626 additions and 15 deletions

View file

@ -22,7 +22,7 @@ namespace Yavsc.Models
/// <see>Startup.UserFilesOptions</see>
/// </summary>
/// <returns></returns>
[MaxLength(512)]
[MaxLength(512),Required]
public string Avatar { get; set; }
[MaxLength(512)]