Sha256: 2239a039e78f2dcfcb9b777ae95be418fb6d463808f645e0ec2cad0b7a7267ff

Contents?: true

Size: 849 Bytes

Versions: 3

Compression:

Stored size: 849 Bytes

Contents

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

<% if @authy_qr_code %>
  <%= image_tag @authy_qr_code, :size => '256x256', :alt => I18n.t('authy_qr_code_alt', {:scope => 'devise'}) %>
  <p><%= I18n.t('authy_qr_code_instructions', {:scope => 'devise'}) %></p>
<% end %>

<%= verify_authy_installation_form do %>
  <legend><%= I18n.t('submit_token_title', {:scope => 'devise'}) %></legend>
  <%= label_tag :token %>
  <%= text_field_tag :token, "", :autocomplete => "one-time-code", :inputmode => "numeric", :pattern => "[0-9]*", :id => 'authy-token' %>
  <label>
    <%= check_box_tag :remember_device %>
    <span><%= I18n.t('remember_device', {:scope => 'devise'}) %></span>
  </label>
  <%= authy_request_sms_link %>
  <%= submit_tag I18n.t('enable_my_account', {:scope => 'devise'}), :class => 'btn' %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise-authy-2.2.1 app/views/devise/verify_authy_installation.html.erb
devise-authy-2.2.0 app/views/devise/verify_authy_installation.html.erb
devise-authy-2.1.0 app/views/devise/verify_authy_installation.html.erb