Sha256: 7821e51bcd4a5bd978b0111dcb1daf654fc5833fbf764d7caefeb158a4a6bc75

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

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

<%= enable_authy_form do %>
  <%= text_field_tag :country_code, '', :autocomplete => :off, :placeholder => I18n.t('devise.country'), :id => "authy-countries"%>
  <%= text_field_tag :cellphone, '', :autocomplete => :off, :placeholder => I18n.t('devise.cellphone'), :id => "authy-cellphone"%>
  <p><%= submit_tag I18n.t('enable_authy', scope: 'devise') %></p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-authy-2.3.1 app/views/devise/enable_authy.html.erb
devise-authy-2.3.0 app/views/devise/enable_authy.html.erb