Skip to content

Commit

Permalink
SMA-91: update JwtAuthFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Apr 22, 2024
1 parent 7dec3ff commit 99b7db7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected void doFilterInternal(
}

if (isBearerTokenNotPresent(authHeader)) {
sendUnauthorizedError(response, "Token not present or expired token");
sendUnauthorizedError(response, "Token not present");
return;
}

Expand Down

0 comments on commit 99b7db7

Please sign in to comment.