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 016682f commit 43beb49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public class AuthService {
private String redirectUrl;

public KakaoProfile login(KakaoRedirect kakaoRedirect) throws JsonProcessingException {
System.out.println("&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&");
System.out.println("redirectUrl: " + redirectUrl);
OAuthToken oAuthToken = getAccessToken(kakaoRedirect.getCode());
KakaoProfile kakaoProfile = getKakaoProfile(oAuthToken.getAccess_token());
return kakaoProfile;
Expand Down

0 comments on commit 43beb49

Please sign in to comment.