Skip to content

Commit

Permalink
Merge pull request #155 from YogitTeam/feat/report
Browse files Browse the repository at this point in the history
#5 feat: 애플 로그인-res에 refreshtoken추가
  • Loading branch information
xhaktmchl authored Mar 15, 2023
2 parents 48795db + eaee945 commit e69f1a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ else if (client_secret != null && code == null && refresh_token != null) {
.orElseThrow(() -> new NotFoundUserException());
tokenResponse.setUserId(findUser.getId());
tokenResponse.setUserName(findUser.getName());
tokenResponse.setRefresh_token(refresh_token);
findUser.changeUserStatus(UserStatus.LOGIN);
}

Expand Down

0 comments on commit e69f1a2

Please sign in to comment.