Compare commits

..

No commits in common. "bb79a6cea2ad9e922262b540df50f3ee3fccbd4c" and "48900dbe27b50c63326b75d5358a30bd268bb9ed" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -91,7 +91,7 @@ public class UserInfoService implements UserDetailsService {
if(userInfo.getUserNm()!=null){
savedInfo.setUserNm(userInfo.getUserNm());
}
if(userInfo.getPassword()!=null && userInfo.getPassword()!=null){
if(userInfo.getPassword()!=null){
savedInfo.setPassword(convertPassword(userInfo.getPassword()));
}
if(userInfo.getPhoneNo()!=null){

View File

@ -6,8 +6,6 @@
</div>
<div class="modal-body">
<form id="userInfoUpdate" action="#" method="post">
<input type="hidden" name="_csrf_header" th:value="${_csrf.headerName}"/>
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
<input type="hidden" name="userSeq" id="userSeq" class="userSeq" th:value="${userInfo.userSeq}">
<input type="hidden" name="userStatus" th:value="${userInfo.userStatus}">
<div class="mb-3 mt-3 row">