mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user