Browse Source

Correct size for security code label

pull/401/head
Paul Robert Lloyd 3 years ago
parent
commit
e3beb1b1c4
  1. 2
      app/views/devise/two_factor_authentication/show.html.erb

2
app/views/devise/two_factor_authentication/show.html.erb

@ -12,7 +12,7 @@
<p class="govuk-body">We’ve sent you a text message with a security code.</p>
<%= f.govuk_number_field :code,
label: { text: "Security code" },
label: { text: "Security code", size: "m" },
width: 5,
autocomplete: 'one-time-code',
autofocus: true

Loading…
Cancel
Save