mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Turn on redirects two_factor
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:
@@ -22,7 +22,7 @@
|
||||
}) }}
|
||||
{{ page_footer(
|
||||
"Continue",
|
||||
secondary_link=url_for('main.check_and_resend_text_code'),
|
||||
secondary_link=url_for('main.check_and_resend_text_code', next=redirect_url),
|
||||
secondary_link_text='Not received a text message?'
|
||||
) }}
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user