Skip to content

Commit 35ad0c4

Browse files
authored
Merge pull request #953 from brunobastosg/fix-django_authopenid
Fix typo in django_authopenid utils
2 parents 1f5c4ca + 35cbd61 commit 35ad0c4

File tree

1 file changed

+1
-1
lines changed
  • askbot/deps/django_authopenid

1 file changed

+1
-1
lines changed

askbot/deps/django_authopenid/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def read_params(self):
337337
else:
338338
self.oidc_authorization_function = lambda parsed_token: True
339339

340-
if hasattr(self.mode, 'OIDC_CUSTOM_SCOPES'):
340+
if hasattr(self.mod, 'OIDC_CUSTOM_SCOPES'):
341341
self.oidc_custom_scopes = self.mod.OIDC_CUSTOM_SCOPES
342342
else:
343343
self.oidc_custom_scopes = []

0 commit comments

Comments
 (0)