We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189bc38 commit 2285114Copy full SHA for 2285114
src/main/java/ita/tinybite/global/sms/service/SmsAuthService.java
@@ -60,7 +60,7 @@ private void validatePhoneNumber(String phone) {
60
if(!Pattern.matches("010-\\d{4}-\\d{4}", phone))
61
throw BusinessException.of(AuthErrorCode.INVALID_PHONE_NUMBER);
62
63
- if(!WHITELIST.contains(phone))
64
- throw BusinessException.of(AuthErrorCode.INVALID_PHONE_NUMBER);
+// if(!WHITELIST.contains(phone))
+// throw BusinessException.of(AuthErrorCode.INVALID_PHONE_NUMBER);
65
}
66
0 commit comments