Skip to content

Commit

Permalink
Merge 9892c1c into daf38c6
Browse files Browse the repository at this point in the history
  • Loading branch information
pbf committed Mar 29, 2015
2 parents daf38c6 + 9892c1c commit b938cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion allauth/account/views.py
Expand Up @@ -272,7 +272,9 @@ def login_on_confirm(self, confirmation):
if user_pk == user.pk and self.request.user.is_anonymous():
return perform_login(self.request,
user,
app_settings.EmailVerificationMethod.NONE)
app_settings.EmailVerificationMethod.NONE,
app_settings.
EMAIL_CONFIRMATION_AUTHENTICATED_REDIRECT_URL)

return None

Expand Down

0 comments on commit b938cf1

Please sign in to comment.