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