Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sseho committed Sep 5, 2024
1 parent 19fb024 commit 016682f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public KakaoProfile login(KakaoRedirect kakaoRedirect) throws JsonProcessingExce
}

public OAuthToken getAccessToken(String code) throws JsonProcessingException {
System.out.println("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%");
System.out.println("redirectUrl: " + redirectUrl);

RestTemplate rt = new RestTemplate();
HttpHeaders headers = new HttpHeaders();
Expand Down

0 comments on commit 016682f

Please sign in to comment.