Browse Source

Autocomplete 2fa code

pull/146/head
baarkerlounger 3 years ago
parent
commit
f03ab1c7d5
  1. 1
      app/views/devise/two_factor_authentication/show.html.erb

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

@ -13,6 +13,7 @@
<%= f.govuk_number_field :code,
label: { text: "Security code" },
width: 5,
autocomplete: 'one-time-code',
autofocus: true
%>

Loading…
Cancel
Save