We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5c4ca + 35cbd61 commit 35ad0c4Copy full SHA for 35ad0c4
askbot/deps/django_authopenid/util.py
@@ -337,7 +337,7 @@ def read_params(self):
337
else:
338
self.oidc_authorization_function = lambda parsed_token: True
339
340
- if hasattr(self.mode, 'OIDC_CUSTOM_SCOPES'):
+ if hasattr(self.mod, 'OIDC_CUSTOM_SCOPES'):
341
self.oidc_custom_scopes = self.mod.OIDC_CUSTOM_SCOPES
342
343
self.oidc_custom_scopes = []
0 commit comments