Skip to content

Commit

Permalink
added fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmIst0 committed Sep 5, 2023
1 parent 6eb2394 commit 3ec7307
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

@Data
public class UserLoginRequestDto {
@Email(message = "Email is not valid",
regexp = "^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+@[a-zA-Z0-9.-]+$")
@Email(message = "Email is not valid")
@NotEmpty
private String email;
@NotBlank
Expand Down

0 comments on commit 3ec7307

Please sign in to comment.