Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/be/fix/#259' into be/fix/#259
Browse files Browse the repository at this point in the history
  • Loading branch information
YunJuwon0825 committed Feb 23, 2025
2 parents 2fe1a47 + 4f239c5 commit 352d851
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ public OAuth2User loadUser(OAuth2UserRequest userRequest) throws OAuth2Authentic
username = (String) attributes.get("name");
}

SocialType socialType = socialTypeExtractor(attributes);
String username = usernameExtractor(attributes);
String email = emailExtractor(attributes);
if (userRepository.findByEmailAndSocialType(email, extractAttributes.getSocialType()).isEmpty()) {
userService.createRegularUser(email, username, extractAttributes.getSocialType());
}
Expand Down

0 comments on commit 352d851

Please sign in to comment.