Add autofocus module to two factor page

This commit is contained in:
Chris Hill-Scott
2016-02-02 16:16:35 +00:00
parent 776539462e
commit 2d1af953ed

View File

@@ -18,6 +18,7 @@ GOV.UK Notify | Text verification
{{ textbox(
form.sms_code,
width='5em',
autofocus=True,
help_link=url_for('.verification_code_not_received'),
help_link_text='I havent received a text message'
) }}