Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Aug 20, 2024
1 parent 29b140b commit 90c0cca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private TokenInspection validateToken(Map<String, Object> inputMap) throws Illeg
}
} else {
tokenInspection.setMessage(errorMsg);
tokenInspection.addField("active", false); // Set active to false since authorization failed
tokenInspection.addField("active", false);
}

// Attach additional fields regardless of the authorization outcome
Expand Down

0 comments on commit 90c0cca

Please sign in to comment.