Remove "Sign in with {provider}" links.

Akinori MUSHA 9 years ago
parent
commit
f09bfd8a5e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      app/views/devise/shared/_links.erb

+ 0 - 6
app/views/devise/shared/_links.erb

@@ -17,9 +17,3 @@
17 17
 <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
18 18
   <%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) %><br />
19 19
 <% end -%>
20
-
21
-<%- if devise_mapping.omniauthable? %>
22
-  <%- resource_class.omniauth_providers.each do |provider| %>
23
-    <%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) %><br />
24
-  <% end -%>
25
-<% end -%>