add nombre

This commit is contained in:
2024-06-21 14:51:32 -06:00
parent f31e08b7c4
commit b789bc4065
+4
View File
@@ -6,6 +6,10 @@ export class registerDto{
@IsNotEmpty()
usuario: string;
@IsString()
@IsNotEmpty()
nombre: string;
@IsString()
@IsNotEmpty()
contraseña: string;