Sha256: 4c89c98b64d4adaf26560dd44ea1521c51a9e1999a4cec2457c0b6a72bec8bde

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

<div class="form-group mb-3">
  <%%= label_tag "otp-auth-code", "Authentication Code", class: "form-label" %>
  <div class="row">
    <div class="col-sm-3">
      <%%= render "field", name: <%= rodauth %>.otp_auth_param, id: "otp-auth-code", value: "", autocomplete: "off", inputmode: "numeric" %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rodauth-rails-0.17.1 lib/generators/rodauth/templates/app/views/rodauth/_otp_auth_code_field.html.erb
rodauth-rails-0.17.0 lib/generators/rodauth/templates/app/views/rodauth/_otp_auth_code_field.html.erb
rodauth-rails-0.16.0 lib/generators/rodauth/templates/app/views/rodauth/_otp_auth_code_field.html.erb
rodauth-rails-0.15.0 lib/generators/rodauth/templates/app/views/rodauth/_otp_auth_code_field.html.erb
rodauth-rails-0.14.0 lib/generators/rodauth/templates/app/views/rodauth/_otp_auth_code_field.html.erb