Skip to content

Commit

Permalink
Update CustomDefaultOAuth2UserService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lsn5963 committed Jan 15, 2024
1 parent 3aaae62 commit 9304d82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ private OAuth2User processOAuth2User(OAuth2UserRequest oAuth2UserRequest, OAuth2
DefaultAssert.isAuthentication(!oAuth2UserInfo.getEmail().isEmpty());
Optional<User> userOptional = userRepository.findByEmail(oAuth2UserInfo.getEmail());
User user;
System.out.println("회원가입 ");
if (userOptional.isPresent()){
user = userOptional.get();
}else{
Expand Down

0 comments on commit 9304d82

Please sign in to comment.