summaryrefslogtreecommitdiffstats
path: root/app/views/twofa/activate_confirm.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/twofa/activate_confirm.html.erb')
-rw-r--r--app/views/twofa/activate_confirm.html.erb2
1 files changed, 1 insertions, 1 deletions
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 } -%>
<p>
<label for="twofa_code"><%=l 'twofa_label_code' -%></label>
- <%= text_field_tag :twofa_code, nil, autocomplete: 'off', autofocus: true -%>
+ <%= text_field_tag :twofa_code, nil, autocomplete: 'one-time-code', autofocus: true -%>
</p>
</div>
</div>