Skip to content

Commit

Permalink
🐛 Fix: 재로그인시 ACTIVE 되는 버그 수정
Browse files Browse the repository at this point in the history
버그수정

- 관련 : #434
  • Loading branch information
hosung-222 committed Feb 9, 2025
1 parent 67ecc8f commit 802e0c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public void checkEmailAndName(String email, String name) {
}

public MemberDto.MemberCreationRecord updateExistingMember(Member existingMember, String socialRefreshToken) {
existingMember.changeToActive();
existingMember.updateSocialRefreshToken(socialRefreshToken);
return new MemberDto.MemberCreationRecord(existingMember, false);
}
Expand Down

0 comments on commit 802e0c1

Please sign in to comment.