mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Fixed typos in backends.py
This commit is contained in:
@@ -431,7 +431,7 @@ class GitHubAuthBackend(SocialAuthMixin, GithubOAuth2):
|
|||||||
try:
|
try:
|
||||||
user_profile = backend.do_auth(*args, **kwargs)
|
user_profile = backend.do_auth(*args, **kwargs)
|
||||||
except AuthFailed:
|
except AuthFailed:
|
||||||
logging.info("User profile not member of organisation.")
|
logging.info("User profile not member of organization.")
|
||||||
user_profile = None
|
user_profile = None
|
||||||
|
|
||||||
return self.process_do_auth(user_profile, *args, **kwargs)
|
return self.process_do_auth(user_profile, *args, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user