이호영 이호영 2024-11-21
보안로그인 top
@7a38574459f5349bd058006ace4ee18780696196
src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
@@ -1645,6 +1645,11 @@
 		                        </div>
 		                        <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="#" class="state on">ON</a>
+									<!-- <a href="#" class="state off">OFF</a> -->
+								</div>
 		                    </div>
 		                    <div class="login_pay">
 			                    <div class="check_money">
src/main/webapp/publish/mypage_index_2024.html
--- src/main/webapp/publish/mypage_index_2024.html
+++ src/main/webapp/publish/mypage_index_2024.html
@@ -228,6 +228,7 @@
 						</div>
 						<button type="button" class="btnType btnType3">마이페이지</button>
 						<button type="button" class="btnType btnType2">로그아웃</button>
+						<!-- 보안로그인 top -->
 						<div class="security_box">
 							<p class="title"><i class="icon_lock"></i>보안로그인</p>
 							<a href="#" class="state on">ON</a>
Add a comment
List