parent
8b1fbc0096
commit
ecc399b32a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace API.DTOs
|
|||
[Required]
|
||||
public string Username { get; init; }
|
||||
[Required]
|
||||
[StringLength(16, MinimumLength = 4)]
|
||||
[StringLength(32, MinimumLength = 4)]
|
||||
public string Password { get; init; }
|
||||
public bool IsAdmin { get; init; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue