mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Fix spelling errors caught by codespell.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4d3daa7ee0
commit
178736c8eb
@@ -1825,7 +1825,7 @@ class AppleAuthBackend(SocialAuthMixin, AppleIdAuth):
|
||||
|
||||
def get_user_details(self, response: Dict[str, Any]) -> Dict[str, Any]:
|
||||
"""
|
||||
Overriden to correctly grab the user's name from the request params,
|
||||
Overridden to correctly grab the user's name from the request params,
|
||||
as current upstream code expects it in the id_token and Apple changed
|
||||
the API.
|
||||
Taken from https://github.com/python-social-auth/social-core/pull/483
|
||||
|
||||
Reference in New Issue
Block a user