Skip to content

Commit

Permalink
Remove unnessary code.
Browse files Browse the repository at this point in the history
Signed-off-by: Han Kyuhyun <[email protected]>
  • Loading branch information
kyudori committed Sep 12, 2023
1 parent 81d1745 commit 20d7d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/lpvs/auth/OAuthService.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public OAuth2User loadUser(OAuth2UserRequest userRequest) throws OAuth2Authentic

MemberProfile memberProfile = OAuthAttributes.extract(registrationId, attributes);
memberProfile.setProvider(registrationId);
LPVSMember LPVSMember = saveOrUpdate(memberProfile);

Map<String, Object> customAttribute = customAttribute(attributes, userNameAttributeName,
memberProfile, registrationId);
Expand Down

0 comments on commit 20d7d16

Please sign in to comment.