Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
yuvipanda and manics committed May 7, 2024
1 parent 2a3d474 commit f0d5a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthenticator/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _login_service_default(self):
@default('auth_state_groups_key')
def _auth_state_groups_key_default(self):
if callable(self.claim_groups_key):
# Automatically wrap the claim_gorups_key call so it gets what it thinks it should get
# Automatically wrap the claim_groups_key call so it gets what it thinks it should get
return lambda auth_state: self.claim_groups_key(
auth_state[self.user_auth_state_key]
)
Expand Down

0 comments on commit f0d5a19

Please sign in to comment.