forked from Ynov/ptitspas-ynov-back
create user dto edited
This commit is contained in:
@@ -18,7 +18,7 @@ export class CreateUserDto {
|
||||
@IsNotEmpty()
|
||||
email: string;
|
||||
|
||||
@ApiProperty({ minLength: 6 })
|
||||
@ApiProperty({ minLength: 6, example: 'Mon_motdepasse_fort_1234?' })
|
||||
@IsString()
|
||||
@MinLength(6)
|
||||
password: string;
|
||||
|
||||
Reference in New Issue
Block a user