АХАХААХАХХАХ

This commit is contained in:
2024-12-20 23:02:58 +04:00
parent a41064e24a
commit 855206d822

View File

@@ -27,8 +27,8 @@ export class User {
* @example "n08i40k"
*/
@IsString()
@MinLength(4)
@MaxLength(10)
@MinLength(1)
@MaxLength(20)
username: string;
/**