자동 로그아웃 설정 변경
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-08-26 14:59:29 +09:00
parent e69e1a1031
commit 497b72c52a
9 changed files with 53 additions and 13 deletions
@@ -305,11 +305,13 @@
});
$("input[name=changePassword]").keydown(function(event){
if ( event.which == 13 ) {
event.preventDefault();
submitChangePassword();
}
});
$("input[name=confirmPassword]").keydown(function(event){
if ( event.which == 13 ) {
event.preventDefault();
submitChangePassword();
}
});