diff --git a/fastapi_users/manager.py b/fastapi_users/manager.py index b9b655e0..fce8be2e 100644 --- a/fastapi_users/manager.py +++ b/fastapi_users/manager.py @@ -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.