헤더에 아이디 말고 이름으로 표시

This commit is contained in:
leejunho 2025-10-29 15:05:02 +09:00
parent 19d4ed766d
commit cace638003

View File

@ -48,7 +48,7 @@
<c:when test="${!empty LoginVO}">
<div class="login_after">
<div class="user_info">
<p><c:out value="${LoginVO.id}"/>님</p>
<p><c:out value="${LoginVO.membName}"/>님</p>
<a href="#">마이페이지</a>
</div>
<a href="#" class="btn line gray" onclick="location.href='${pageContext.request.contextPath}/web/uat/uia/actionLogout.do'">인증해제</a>