Skip to content

Commit

Permalink
refactor: 이메일 notblank 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jeong011010 committed Oct 15, 2024
1 parent 12cb8ad commit 816cf2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class UserRequest {
@NotEmpty(message = "비밀번호는 필수 입력 항목입니다.")
private String password;

@NotEmpty(message = "이메일은 필수 입력 항목입니다.")
//@NotEmpty(message = "이메일은 필수 입력 항목입니다.")
@Pattern(regexp = "^[A-Za-z0-9._%+-]+@sch\\.ac\\.kr$", message = "학교 이메일 형식만 사용 가능합니다.")
private String email;

Expand Down

0 comments on commit 816cf2c

Please sign in to comment.