From c4d30fb0233d1e4a7ca65c67c5f74d681fdb275f Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Tue, 2 Jul 2024 10:34:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=ED=8C=9D=EC=97=85=20OK=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/base/user/password.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/base/user/password.jsp b/src/main/webapp/WEB-INF/jsp/base/user/password.jsp index 8c6e6a5..b724e81 100644 --- a/src/main/webapp/WEB-INF/jsp/base/user/password.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/user/password.jsp @@ -48,7 +48,7 @@ function changePassword() { } else { dialog.alert({ content: "비밀번호가 변경 되었습니다.
다시 로그인하시기 바랍니다.", - onClose: () => logout(false) + onOK: () => logout(false) }); } });