Skip to content

Commit

Permalink
Merge pull request #32 from BenrhayemRacem/restyled/input-validation
Browse files Browse the repository at this point in the history
Restyle add missing dto validation + accept only images
  • Loading branch information
BenrhayemRacem committed May 8, 2023
2 parents 5f739b9 + e79ddd7 commit fc6ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/auth/dto/login.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export class LoginDto {
@MinLength(8)
@MaxLength(16)
password:string;
}
}

0 comments on commit fc6ed43

Please sign in to comment.