mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Requesting a resend of verify code for a user that has not completed
registration will allow user to check and modify mobile number. Registered (active) users will only be able to request resend to their existing registered number.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
) }}
|
||||
{{ page_footer(
|
||||
"Continue",
|
||||
secondary_link=url_for('.verification_code_not_received'),
|
||||
secondary_link=url_for('main.check_and_resend_text_code'),
|
||||
secondary_link_text='Not received a text message?'
|
||||
) }}
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user