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 fc3ecb8 commit ccbde7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ private User registerNewUser(OAuth2UserRequest oAuth2UserRequest, OAuth2UserInfo
user.setProviderId(oAuth2UserInfo.getId());
user.setNickname(oAuth2UserInfo.getName());
user.setEmail(oAuth2UserInfo.getEmail());
user.setImageUrl("https://elasticbeanstalk-us-east-1-064991853848.s3.amazonaws.com/profile/defaultImages.jpg");
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());
user.setGithubID(oAuth2UserInfo.getName());git
user.setGithubToken(token);
}

Expand Down

0 comments on commit ccbde7b

Please sign in to comment.