Skip to content

Commit cd697b0

Browse files
committed
[TEST] 애플 로그인 테스트
1 parent d59b156 commit cd697b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/websoso/WSSServer/oauth2/service/AppleService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ private AppleTokenResponse requestAppleToken(String authorizationCode, String cl
239239
.retrieve()
240240
.body(AppleTokenResponse.class);
241241
} catch (Exception e) {
242+
System.out.println(e.getMessage());
242243
throw new CustomAppleLoginException(TOKEN_REQUEST_FAILED, "failed to get token from Apple server");
243244
}
244245
}

0 commit comments

Comments
 (0)