diff --git a/app/templates/views/user-profile/confirm.html b/app/templates/views/user-profile/confirm.html index 8acf8bcc9..0ea5c72ab 100644 --- a/app/templates/views/user-profile/confirm.html +++ b/app/templates/views/user-profile/confirm.html @@ -15,8 +15,12 @@

We’ve sent a security code to your new {{ thing }}.

-
- {{ textbox(form_field) }} + + {{ textbox( + form_field, + width='5em', + autofocus=True + ) }} {{ page_footer( 'Confirm', destructive=destructive,