|
|
@ -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 |
|
|
|