mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-25 09:51:14 +00:00
Contributed by Thomas Butz (user:otbutz). git-svn-id: https://svn.redmine.org/redmine/trunk@23360 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
259 B
Plaintext
10 lines
259 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: 'one-time-code' -%>
|
|
</p>
|
|
</div>
|
|
</div>
|