상단 보안로그인 - 링크 추가

This commit is contained in:
hehihoho3@gmail.com 2024-11-22 12:09:31 +09:00
parent 51e68a1cc7
commit 2b6dd7a425

View File

@ -1692,7 +1692,7 @@ function actionLogin() {
<button type="button" class="btnType btnType3" onclick="location.href='/web/user/mberInfoIndex.do'">마이페이지</button>
<button type="button" class="btnType btnType2" onclick="location.href='/web/uat/uia/actionLogout.do'">로그아웃</button>
<div class="security_box">
<p class="title"><i class="icon_lock"></i>보안로그인</p>
<a href="<c:out value="/web/user/mberSecureLogin.do"/>"><p class="title"><i class="icon_lock"></i>보안로그인</p></a>
<a href="#" id="secuLoginFlag" class="state"> </a>
<!-- <a href="#" class="state off">OFF</a> -->
</div>