mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
249 B
Plaintext
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>
|