From 7aec58728ea89160d371cbdf83ed3645a9456e18 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 8 May 2018 14:46:07 +0100 Subject: [PATCH] Make confirm page consistent with 2fa page --- app/templates/views/user-profile/confirm.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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,