Sha256: 56da1771b99c174876934cdc5533c261389df32c61dfba781c6d5976bb1d8fdd

Contents?: true

Size: 762 Bytes

Versions: 6

Compression:

Stored size: 762 Bytes

Contents

<h2>
  <%= I18n.t('authy_register_title', {:scope => 'devise'}) %>
</h2>

<%= verify_authy_form do %>
  <legend><%= I18n.t('submit_token_title', {:scope => 'devise'}) %></legend>
  <%= label_tag :token %>
  <%= text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token' %>
  <label>
    <%= check_box_tag :remember_device %>
    <span><%= I18n.t('remember_device', {:scope => 'devise'}) %></span>
  </label>

  <!-- Help tooltip -->
  <!-- You need to configure a help message. -->
  <!-- See documentation: https://github.com/authy/authy-form-helpers#help-tooltip -->
  <!-- <%= link_to '?', '#', :id => 'authy-help' %> -->

  <%= authy_request_sms_link %>
  <%= submit_tag I18n.t('submit_token', {:scope => 'devise'}), :class => 'btn' %>
<% end %>

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
devise-authy-1.8.1 app/views/devise/verify_authy.html.erb
devise-authy-1.8.1 spec/rails-app/app/views/devise/devise_authy/verify_authy.html.erb
devise-authy-1.8.0 app/views/devise/verify_authy.html.erb
devise-authy-1.8.0 spec/rails-app/app/views/devise/devise_authy/verify_authy.html.erb
devise-authy-1.7.0 app/views/devise/verify_authy.html.erb
devise-authy-1.7.0 spec/rails-app/app/views/devise/devise_authy/verify_authy.html.erb