Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5b5c640 commit 2d7a047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public UserInfo validateToken(String accessToken) {
}

public AccessTokenDTO postToken(String idToken) {
log.info("token: {}", idToken);
log.info("Posting token for validation");

return accessTokenDTOMapper.toDTO(
authClientImpl.postToken(
Expand Down

0 comments on commit 2d7a047

Please sign in to comment.