File: otp-auth.str

package info (click to toggle)
ruby-rodauth 2.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: ruby: 7,524; javascript: 100; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<form method="post" class="rodauth" role="form" id="otp-auth-form">
  #{rodauth.otp_auth_additional_form_tags}
  #{rodauth.csrf_tag}
  #{rodauth.render('otp-auth-code-field')}
  #{rodauth.button(rodauth.otp_auth_button)}
</form>

#{rodauth.otp_auth_form_footer}