Skip to content

Commit

Permalink
Merge pull request #630 from JNU-econovation/hotfix/#628
Browse files Browse the repository at this point in the history
[BE/HOTFIX] AOS 요청 사항 반영 (예외 메시지 수정)
  • Loading branch information
hwangdaesun authored Jan 25, 2025
2 parents 9689889 + be0020d commit bf1e49e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ public class ValidationMessage {

public static final String INVALID_EMAIL = "이메일 형식이 올바르지 않습니다.";

public static final String INVALID_PASSWORD =
"비밀번호 형식이 올바르지 않습니다. 비밀번호는 최소 6글자 이상이며, 영어와 특수문자를 포함해야 합니다.";
public static final String INVALID_PASSWORD = "비밀번호 형식이 올바르지 않습니다.";

public static final String NOT_NULL = "입력해 주세요.";
public static final String NOT_EMPTY = "입력해 주세요.";
Expand Down

0 comments on commit bf1e49e

Please sign in to comment.