Merge branch 'Lino' of https://repositorio.acatlan.unam.mx/IO/api-AT into Lino
This commit is contained in:
@@ -55,3 +55,11 @@ export class CreateUserDto {
|
||||
@IsNotEmpty()
|
||||
id_perfil: number;
|
||||
}
|
||||
|
||||
export class changePasswordDto {
|
||||
@IsString()
|
||||
password: string;
|
||||
|
||||
@IsString()
|
||||
newPassword: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user