Skip to content

Commit

Permalink
Merge pull request #125 from Team-FAB/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wonho-seo committed Jun 30, 2023
2 parents 78daa52 + a0120d5 commit a27df9c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ public OAuth2SignInResultDto oauth2SignIn(OAuth2SignInRequestDto dto,
log.error(e.toString());
return OAuth2SignInResultDto.builder()
.nickName(e.toString())
.email(e.toString())
.token(TokenDto.builder()
.atk(e.toString())
.rtk(e.toString())
.build())
.build();
}
if (profile == null || profile.getEmail() == null) {
Expand Down

0 comments on commit a27df9c

Please sign in to comment.