From e7b94d11ba364cda8f86c8aff7dac76b13e7bcad Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 11 Sep 2023 10:01:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=88=98=EC=A0=95(=EC=9E=90=EC=B9=98=EB=8B=A8?= =?UTF-8?q?=EC=B2=B4=20=EC=85=80=EB=A0=89=ED=8A=B8=EB=B0=95=EC=8A=A4=20?= =?UTF-8?q?=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/login.jsp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index 44d30bba..ffa47537 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -51,6 +51,13 @@

+
+ +
@@ -90,7 +97,7 @@ function login() { var params = { account:$("#userId").val(), password:$("#password").val(), - institute:"default" + institute:$("#institute").val() <%--, rememberCredentials:true--%> }; json.post({