mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add autofocus module to two factor page
This commit is contained in:
@@ -18,6 +18,7 @@ GOV.UK Notify | Text verification
|
|||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.sms_code,
|
form.sms_code,
|
||||||
width='5em',
|
width='5em',
|
||||||
|
autofocus=True,
|
||||||
help_link=url_for('.verification_code_not_received'),
|
help_link=url_for('.verification_code_not_received'),
|
||||||
help_link_text='I haven’t received a text message'
|
help_link_text='I haven’t received a text message'
|
||||||
) }}
|
) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user