Sha256: 0aed1c037f7551dd153d112ad4cab71443d6b36a7e752fc8e94cd4b5279c1627

Contents?: true

Size: 801 Bytes

Versions: 3

Compression:

Stored size: 801 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 %>
  <%= authy_request_phone_call_link %>
  <%= submit_tag I18n.t('submit_token', {:scope => 'devise'}), :class => 'btn' %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

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