Skip to content

Commit

Permalink
fix: 비회원 응답에 image url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-yhc committed Jul 28, 2023
1 parent e05fd87 commit 24e1b1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public SignInResponse githubSignIn(GithubUserInfo githubUserInfo) {
.githubId(githubUserInfo.getLogin())
.githubOauthId(githubUserInfo.getId())
.isRegistered(false)
.profileImageUrl(githubUserInfo.getAvatar_url())
.build();

}
Expand Down

0 comments on commit 24e1b1e

Please sign in to comment.