We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9711a8 commit 7e3e909Copy full SHA for 7e3e909
social_core/backends/cas.py
@@ -73,4 +73,4 @@ def auth_allowed(self, response, details):
73
for group in groups:
74
if group in allow_groups:
75
return True
76
- return False
+ return False
0 commit comments