Sha256: f0593e00c54a8dfe90ab3165ba9d97679b656717d817249ecb673a8a8747d790

Contents?: true

Size: 594 Bytes

Versions: 3

Compression:

Stored size: 594 Bytes

Contents

<form method="post" class="rodauth" role="form" id="otp-unlock-form">
  #{rodauth.otp_unlock_additional_form_tags}
  #{rodauth.csrf_tag}
  <p>#{rodauth.otp_unlock_consecutive_successes_label}: #{rodauth.otp_unlock_num_successes}</p>
  <p>#{rodauth.otp_unlock_required_consecutive_successes_label}: #{rodauth.otp_unlock_auths_required}</p>
  <p>#{rodauth.otp_unlock_next_auth_deadline_label}: #{rodauth.otp_unlock_deadline.strftime(rodauth.strftime_format)}</p>
  #{rodauth.render('otp-auth-code-field')}
  #{rodauth.button(rodauth.otp_unlock_button)}
</form>

#{rodauth.otp_unlock_form_footer}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rodauth-2.38.0 templates/otp-unlock.str
rodauth-2.37.0 templates/otp-unlock.str
rodauth-2.36.0 templates/otp-unlock.str