Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/devise/verify_authy_installation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<%= verify_authy_installation_form do %>
<legend><%= I18n.t('submit_token_title', {:scope => 'devise'}) %></legend>
<%= label_tag :token %>
<%= label_tag :id %>
<%= text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token' %>
<%= authy_request_sms_link %>
<%= submit_tag I18n.t('enable_my_account', {:scope => 'devise'}), :class => 'btn' %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/devise/verify_authy_installation.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%h2= I18n.t('authy_verify_installation_title', {:scope => 'devise'})
= verify_authy_installation_form do
%legend= I18n.t('submit_token_title', {:scope => 'devise'})
= label_tag :token
= label_tag :id
= text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token'
= authy_request_sms_link
= submit_tag I18n.t('enable_my_account', {:scope => 'devise'}), :class => 'btn'
Expand Down