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