Skip to content

Commit

Permalink
[TEST] 애플 로그인 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg committed Nov 17, 2024
1 parent d59b156 commit cd697b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ private AppleTokenResponse requestAppleToken(String authorizationCode, String cl
.retrieve()
.body(AppleTokenResponse.class);
} catch (Exception e) {
System.out.println(e.getMessage());
throw new CustomAppleLoginException(TOKEN_REQUEST_FAILED, "failed to get token from Apple server");
}
}
Expand Down

0 comments on commit cd697b0

Please sign in to comment.