mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
parent
8b1fbc0096
commit
ecc399b32a
@ -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…
x
Reference in New Issue
Block a user