KjbProperty 리팩토링

This commit is contained in:
Rinjae
2026-01-15 15:20:25 +09:00
parent e406a743a8
commit 06e38b44f6
9 changed files with 326 additions and 149 deletions
@@ -293,6 +293,12 @@
fncSsoLogin();
});
// SMS 인증번호 입력 필드에서 엔터키 누르면 확인
$("#smsAuthCode").keydown(function(event){
if ( event.which == 13 ) {
verifySmsAuthCode();
}
});
});
function fncSsoLogin() {