mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Make confirm page consistent with 2fa page
This commit is contained in:
@@ -15,8 +15,12 @@
|
|||||||
<p>
|
<p>
|
||||||
We’ve sent a security code to your new {{ thing }}.
|
We’ve sent a security code to your new {{ thing }}.
|
||||||
</p>
|
</p>
|
||||||
<form method="post">
|
<form method="post" autocomplete="off" novalidate>
|
||||||
{{ textbox(form_field) }}
|
{{ textbox(
|
||||||
|
form_field,
|
||||||
|
width='5em',
|
||||||
|
autofocus=True
|
||||||
|
) }}
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
'Confirm',
|
'Confirm',
|
||||||
destructive=destructive,
|
destructive=destructive,
|
||||||
|
|||||||
Reference in New Issue
Block a user