SNS 명칭 추가
This commit is contained in:
parent
4b22b8ed14
commit
eb5a63c33d
@ -71,7 +71,7 @@ $( document ).ready(function() {
|
||||
<c:if test="${loginVO.snsType == 'NAVER'}">alt="네이버"</c:if>
|
||||
>
|
||||
</span>
|
||||
<span class="type"></span>
|
||||
<span class="type">${fn:substring(loginVO.snsType, 0, 1)}${fn:toLowerCase(fn:substring(loginVO.snsType, 1, fn:length(loginVO.snsType)))}</span>
|
||||
<span>계정으로 로그인 중</span>
|
||||
</div>
|
||||
<div class="myinfo-btn"><a href="javascript:void(0);" onclick="location.href = '/userInfo/pwCertMyInfo.do';">내정보</a></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user