diff options
Diffstat (limited to 'app/views/account/twofa_confirm.html.erb')
-rw-r--r-- | app/views/account/twofa_confirm.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/twofa_confirm.html.erb b/app/views/account/twofa_confirm.html.erb index 5cf3b3dda..aaf6d3ecb 100644 --- a/app/views/account/twofa_confirm.html.erb +++ b/app/views/account/twofa_confirm.html.erb @@ -12,7 +12,7 @@ <%=l 'twofa_label_code' -%> <%= link_to l('twofa_resend_code'), { controller: 'account', action: 'twofa_resend' }, method: :post, class: 'lost_password' if @twofa_view[:resendable] -%> </label> - <%= text_field_tag :twofa_code, nil, tabindex: '1', autocomplete: 'off', autofocus: true -%> + <%= text_field_tag :twofa_code, nil, tabindex: '1', autocomplete: 'one-time-code', autofocus: true -%> <%= submit_tag l(:button_login), tabindex: '2', id: 'login-submit', name: :submit_otp -%> <% end %> |