mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
adjust alias length
This commit is contained in:
parent
a60409d2bd
commit
e2e97065f4
4 changed files with 433 additions and 3 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue