Sha256: 844684169777bc4383f452c95a97247be4ac8ef3411207a39edb785b9ee58b89

Contents?: true

Size: 333 Bytes

Versions: 6

Compression:

Stored size: 333 Bytes

Contents

<h2>
  Two-factor authentication
</h2>
<p>
  Enter a one-time code from your authenticator app to proceed.
</p>
<div class="field">
  <label for="otp">6 digit code</label>
  <%= text_field_tag(:otp, "",
                     autofocus: true,
                     autocomplete: "one-time-code",
                     size: 6) %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pages_core-3.15.5 app/views/admin/sessions/_otp_form.html.erb
pages_core-3.15.4 app/views/admin/sessions/_otp_form.html.erb
pages_core-3.15.3 app/views/admin/sessions/_otp_form.html.erb
pages_core-3.15.2 app/views/admin/sessions/_otp_form.html.erb
pages_core-3.15.1 app/views/admin/sessions/_otp_form.html.erb
pages_core-3.14.0 app/views/admin/sessions/_otp_form.html.erb