Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jboucourt committed Aug 6, 2024
1 parent 74ad6c0 commit 4bff3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestalt/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _validate_token_expiration(self):
if token_details['data'] is not None:

expire_time = None
if 'expire_time' not in token_details['data']['expire_time']:
if 'expire_time' not in token_details['data']:
print("Key 'expire_time' does not exist in token_details['data']")
return None

Expand Down

0 comments on commit 4bff3b9

Please sign in to comment.