From bb6c3d81e5caf84e69de147b9fb903a4f206238e Mon Sep 17 00:00:00 2001 From: Rinjae Date: Sat, 17 Jan 2026 21:18:59 +0900 Subject: [PATCH] =?UTF-8?q?SMS=202=EC=B0=A8=20=EC=9D=B8=EC=A6=9D=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EA=B8=B0=EB=B3=B8=EA=B0=92=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/eactive/ext/kjb/common/KjbProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/ext/kjb/common/KjbProperty.java b/src/main/java/com/eactive/ext/kjb/common/KjbProperty.java index 5255dd4..d469e85 100644 --- a/src/main/java/com/eactive/ext/kjb/common/KjbProperty.java +++ b/src/main/java/com/eactive/ext/kjb/common/KjbProperty.java @@ -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",