SMS 2차 인증 기능 기본값 변경

This commit is contained in:
Rinjae
2026-01-17 21:18:59 +09:00
parent 5df860b4c1
commit bb6c3d81e5
@@ -158,7 +158,7 @@ public class KjbProperty {
key = "kjb.sms_auth.enabled",
defaultValue = "true",
description = "SMS 2차 인증 사용 여부. true 시 휴대폰번호 없는 사용자는 ID/PW 로그인 불가")
private boolean smsAuthEnabled = true;
private boolean smsAuthEnabled = false;
@KjbPropertyValue(
key = "kjb.sms_auth.mode",