mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Merge pull request #164 from alphagov/swap-3fa-fields
Swap order of fields of three factor page
This commit is contained in:
@@ -15,18 +15,18 @@
|
|||||||
We’ve sent you confirmation codes by email and text message.
|
We’ve sent you confirmation codes by email and text message.
|
||||||
</p>
|
</p>
|
||||||
<form autocomplete="off" method="post">
|
<form autocomplete="off" method="post">
|
||||||
{{ textbox(
|
|
||||||
form.email_code,
|
|
||||||
width='5em',
|
|
||||||
help_link=url_for('.check_and_resend_email_code'),
|
|
||||||
help_link_text='I haven’t received an email'
|
|
||||||
) }}
|
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.sms_code,
|
form.sms_code,
|
||||||
width='5em',
|
width='5em',
|
||||||
help_link=url_for('.check_and_resend_text_code'),
|
help_link=url_for('.check_and_resend_text_code'),
|
||||||
help_link_text='I haven’t received a text message'
|
help_link_text='I haven’t received a text message'
|
||||||
) }}
|
) }}
|
||||||
|
{{ textbox(
|
||||||
|
form.email_code,
|
||||||
|
width='5em',
|
||||||
|
help_link=url_for('.check_and_resend_email_code'),
|
||||||
|
help_link_text='I haven’t received an email'
|
||||||
|
) }}
|
||||||
{{ page_footer("Continue") }}
|
{{ page_footer("Continue") }}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user