Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEOMM authored Aug 11, 2024
2 parents 62e2f51 + a22fdb9 commit 7a45a3b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void signUp(String email, String password, String nickname) {
}



if (isEmailDuplicated) {
throw new DuplicatedEmailException("중복된 이메일입니다.");
}
Expand All @@ -81,8 +82,10 @@ public void signUp(String email, String password, String nickname) {

);


verifyCodeRepository.deleteByEmail(email);


sessionManager.createSession(manager.getId());
}

Expand Down

0 comments on commit 7a45a3b

Please sign in to comment.