adjust alias length
This commit is contained in:
@@ -15,6 +15,6 @@ public class User
|
||||
public bool IsAdmin { get; set; } = false;
|
||||
|
||||
public DateTime LastLoggedIn { get; set; }
|
||||
[MaxLength(10)]
|
||||
[MaxLength(15)]
|
||||
public string Alias { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user