This commit is contained in:
2025-09-24 11:34:50 -06:00
16 changed files with 225 additions and 20 deletions
+8
View File
@@ -55,3 +55,11 @@ export class CreateUserDto {
@IsNotEmpty()
id_perfil: number;
}
export class changePasswordDto {
@IsString()
password: string;
@IsString()
newPassword: string;
}