We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See pennersr/django-allauth#858 (comment)
There is an invocation of the user when the account is not setup yet.
try: login = self.adapter.complete_login(request, app, token, response=access_token) token.account = login.account login.token = token complete_social_login(request, login) except HTTPError: raise serializers.ValidationError('Incorrect value')
The text was updated successfully, but these errors were encountered:
Fixed in #75
Sorry, something went wrong.
Awesome, thanks!
Merge pull request Tivix#73 from mohmyo/patch-1
dfec75e
Updated PasswordResetConfirmSerializer docstring
No branches or pull requests
See pennersr/django-allauth#858 (comment)
There is an invocation of the user when the account is not setup yet.
The text was updated successfully, but these errors were encountered: