From 90599d9be427140d7c1ac48d044472afe4c2dc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 10 Mar 2022 18:23:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=A6=9D=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=20=EC=A0=88=EC=B0=A8=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EB=B3=B4=EC=B6=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp b/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp index 048e3a9..1747eac 100644 --- a/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp +++ b/src/main/webapp/WEB-INF/jsp/anonymous/findPwd.jsp @@ -80,13 +80,19 @@ function certifyNumCheckAfter(result){ switch (result){ case "InfoNull": - alert("인증번호 발급 정보가 없습니다."); + alert("인증번호 발급 정보가 없습니다. 다시 진행해주세요."); + multiModal.close(); break; case "numberNotMatch": alert("저장된 인증번호와 같지 않습니다."); break; + case "isChecked": + alert("인증을 마친 번호입니다. 다시 진행해주세요."); + multiModal.close(); + break; case "expirationTimeAfter": - alert("인증번호 유효시간이 만료되었습니다."); + alert("인증번호 유효시간이 만료되었습니다. 다시 진행해주세요."); + multiModal.close(); break; case "OK": alert("인증되었습니다.");