Fix typo in manager.py (#791)

successfull -> successful
This commit is contained in:
Ikko Ashimine
2021-11-07 21:24:51 +09:00
committed by GitHub
parent 9d064a5325
commit 4d28d7d6ba

View File

@ -160,7 +160,7 @@ class BaseUserManager(Generic[models.UC, models.UD]):
self, oauth_account: models.BaseOAuthAccount, request: Optional[Request] = None
) -> models.UD:
"""
Handle the callback after a successfull OAuth authentication.
Handle the callback after a successful OAuth authentication.
If the user already exists with this OAuth account, the token is updated.