-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Description
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')
Metadata
Metadata
Assignees
Labels
No labels