Skip to content

Commit

Permalink
fix: AT - Bearer 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
f1v3-dev committed Sep 30, 2024
1 parent edd213d commit dd7286c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public ReissueResponseDto reissueToken(String refreshToken) {

refreshTokenService.saveRefreshToken(kakaoId, newRefreshToken);

return new ReissueResponseDto(newAccessToken, newRefreshToken);
return new ReissueResponseDto("Bearer " + newAccessToken, newRefreshToken);
}

/**
Expand Down

0 comments on commit dd7286c

Please sign in to comment.