mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-06 21:20:32 +03:00
None as success_url for complete_signup in RegisterView
This commit is contained in:
parent
30fd6414ce
commit
65b29d3515
|
@ -35,7 +35,7 @@ class RegisterView(CreateAPIView):
|
|||
Token.objects.get_or_create(user=user)
|
||||
complete_signup(self.request._request, user,
|
||||
allauth_settings.EMAIL_VERIFICATION,
|
||||
'/')
|
||||
None)
|
||||
return user
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user