Skip to content

Commit

Permalink
Merge pull request #243 from haedoang/feature/login-fail-20231127
Browse files Browse the repository at this point in the history
[bug fix] 로그인 실패 이슈 개선
  • Loading branch information
haedoang authored Nov 21, 2023
2 parents 79712d2 + f980f5d commit fc8e459
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public User save(User user) {
}

@Override
@Transactional
public void setPassword(User user, String password) {
String encodedPassword = passwordEncoder.encode(password);
user.setPassword(encodedPassword);
Expand Down

0 comments on commit fc8e459

Please sign in to comment.