Sha256: 44a2d794711620b56afc9ff32a4dc7b3ce5afff0ae37cb70b9df9f2a679bf67a
Contents?: true
Size: 819 Bytes
Versions: 2
Compression:
Stored size: 819 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-authy-2.3.1 | app/views/devise/verify_authy_installation.html.erb |
devise-authy-2.3.0 | app/views/devise/verify_authy_installation.html.erb |