Sha256: 3dfaf2d390a7e47d3d3b2399b890cd1e0fc2e0295a94289853982f09be4e0888

Contents?: true

Size: 489 Bytes

Versions: 39

Compression:

Stored size: 489 Bytes

Contents

<p style="color: red"><%%= alert %></p>

<%%= form_with(url: two_factor_authentication_challenge_path) do |form| %>
  <%%= form.hidden_field :token, value: params[:token] %>

  <div>
    <%%= form.label :code do %>
      <h1>Next, open the 2FA authenticator app on your phone and type the six digit code below:</h1>
    <%% end %>
    <%%= form.text_field :code, autofocus: true, required: true, autocomplete: :off %>
  </div>

  <div>
    <%%= form.submit "Verify" %>
  </div>
<%% end %>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
authentication-zero-2.16.15 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.14 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.13 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.12 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.11 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.10 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.9 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.8 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.7 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.6 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.5 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.4 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.3 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.2 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.1 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.16.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.9 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.8 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.7 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.6 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt