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.15.5 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.4 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.3 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.2 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.1 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.15.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.14.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.13.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.6 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.5 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.4 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.3 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.2 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.1 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.12.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.11.2 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.11.1 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.11.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt
authentication-zero-2.10.0 lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt