Skip to content

Commit

Permalink
Update fence/resources/openid/idp_oauth2.py
Browse files Browse the repository at this point in the history
remove trailing space

Co-authored-by: Alexander VanTol <[email protected]>
  • Loading branch information
flashguerdon and Avantol13 authored Oct 7, 2024
1 parent 3692d79 commit 2984f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/resources/openid/idp_oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def decode_token(self, token_id, keys):

except JWTClaimsError as e:
self.logger.error(f"Claim error: {e}")
raise JWTClaimsError("Invalid audience")
raise JWTClaimsError("Invalid audience")
except JWTError as e:
self.logger.error(e)

Expand Down

0 comments on commit 2984f05

Please sign in to comment.