We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68782e5 commit 584d210Copy full SHA for 584d210
app/views/devise/shared/_links.html.erb
@@ -15,6 +15,7 @@
15
<% end %>
16
17
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
18
+ <%# this should be moved to omniautho block. unlock translation key incorrect. %>
19
<%=
20
link_to t('.sign_in_with_provider', provider: OmniAuth::Utils.camelize(provider)), new_unlock_path(resource_name)
21
%><br />
0 commit comments