Skip to content

Commit

Permalink
#179-기본 이미지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Jul 8, 2024
1 parent ccbde7b commit 25dc975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private User registerNewUser(OAuth2UserRequest oAuth2UserRequest, OAuth2UserInfo
user.setImageUrl("https://glog-image-bucket.s3.ap-northeast-2.amazonaws.com/thumbnail/profile.png");

if (registrationId.equalsIgnoreCase(AuthProvider.github.toString())) {
user.setGithubID(oAuth2UserInfo.getName());git
user.setGithubID(oAuth2UserInfo.getName());
user.setGithubToken(token);
}

Expand Down

0 comments on commit 25dc975

Please sign in to comment.