Skip to content

Commit

Permalink
test: print apple login error log
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs committed Sep 4, 2024
1 parent f689959 commit a91d2ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private void validate(String identityToken) {
}

} catch (Exception e) {
log.error(String.valueOf(e));
throw new CustomException(APPLE_LOGIN_FAILED);
}
}
Expand Down

0 comments on commit a91d2ef

Please sign in to comment.