Turn on redirects for email_not_received

This is part of the work to make sure user is redirected
to the page they initially were meant to visit after
they sign in.
This commit is contained in:
Pea Tyczynska
2020-10-09 11:40:04 +01:00
parent 1dd8b08042
commit b0db60e417
3 changed files with 28 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
{{ govukButton({
"element": "a",
"text": "Resend email link",
"href": url_for('main.resend_email_link')
"href": url_for('main.resend_email_link', next=redirect_url)
}) }}
</p>