Browse Source

Merge pull request #401 from communitiesuk/security-code-label-size

Correct size for security code label
pull/402/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
b1074b8bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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> <p class="govuk-body">We’ve sent you a text message with a security code.</p>
<%= f.govuk_number_field :code, <%= f.govuk_number_field :code,
label: { text: "Security code" }, label: { text: "Security code", size: "m" },
width: 5, width: 5,
autocomplete: 'one-time-code', autocomplete: 'one-time-code',
autofocus: true autofocus: true

Loading…
Cancel
Save