Sha256: 0af5dea51649dd380aeba505d3777f774c73aaa22e6a40911327b7a0d7e76a24

Contents?: true

Size: 289 Bytes

Versions: 8

Compression:

Stored size: 289 Bytes

Contents

<h2>Enter your personal code</h2>

<p><%= flash[:notice] %></p>

<%= form_tag([resource_name, :two_factor_authentication], :method => :put) do %>
  <%= text_field_tag :code %>
  <%= submit_tag "Submit" %>
<% end %>

<%= link_to "Sign out", destroy_user_session_path, :method => :delete %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
two_factor_authentication-1.1.5 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-1.1.4 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-1.1.3 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-1.1.1 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-1.1 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-1.0 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-0.2 app/views/devise/two_factor_authentication/show.html.erb
two_factor_authentication-0.0.1 app/views/devise/two_factor_authentication/show.html.erb