You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_twofa_code_form.html.erb 249B

123456789
  1. <div class="box">
  2. <p><%=l 'twofa_label_enter_otp' %></p>
  3. <div class="tabular">
  4. <p>
  5. <label for="twofa_code"><%=l 'twofa_label_code' -%></label>
  6. <%= text_field_tag :twofa_code, nil, autocomplete: 'off' -%>
  7. </p>
  8. </div>
  9. </div>