Skip to content

Commit

Permalink
[fix] 카카오 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Oct 7, 2023
1 parent d49c370 commit 0ddf756
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public TokenResponseDto kakaoLogin(HttpServletRequest request) {

String accessToken = jwtTokenProvider.resolveAccessToken(request);

LOGGER.info(accessToken);

TokenResponseDto reissueTokenResponseDto = authService.kakaoLogin(accessToken);

LOGGER.info("카카오 로그인 완료");
Expand Down

0 comments on commit 0ddf756

Please sign in to comment.