From 8600e7ec8e30b3cb0e82f34ed858e23d024937c5 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 8 Dec 2024 23:39:16 +0000 Subject: Merge r23360 from trunk to 5.1-stable (#41927). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23367 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/twofa/activate_confirm.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/twofa/activate_confirm.html.erb') diff --git a/app/views/twofa/activate_confirm.html.erb b/app/views/twofa/activate_confirm.html.erb index 78194c62b..6a9bb070e 100644 --- a/app/views/twofa/activate_confirm.html.erb +++ b/app/views/twofa/activate_confirm.html.erb @@ -12,7 +12,7 @@ <%= render partial: "twofa/#{@twofa_view[:scheme_name]}/new", locals: { twofa_view: @twofa_view } -%>

- <%= text_field_tag :twofa_code, nil, autocomplete: 'off', autofocus: true -%> + <%= text_field_tag :twofa_code, nil, autocomplete: 'one-time-code', autofocus: true -%>

-- cgit v1.2.3