1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 17:31:14 +00:00
redmine/app/views/twofa/_twofa_code_form.html.erb
Go MAEDA 8900eb6eb5 Backup codes for 2fa auth (#1237).
Patch by Felix Schäfer.


git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
2020-08-29 06:51:21 +00:00

10 lines
249 B
Plaintext

<div class="box">
<p><%=l 'twofa_label_enter_otp' %></p>
<div class="tabular">
<p>
<label for="twofa_code"><%=l 'twofa_label_code' -%></label>
<%= text_field_tag :twofa_code, nil, autocomplete: 'off' -%>
</p>
</div>
</div>