Skip to content

Commit 584d210

Browse files
committed
Add todo message for devise links
1 parent 68782e5 commit 584d210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/devise/shared/_links.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<% end %>
1616

1717
<%- 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. %>
1819
<%=
1920
link_to t('.sign_in_with_provider', provider: OmniAuth::Utils.camelize(provider)), new_unlock_path(resource_name)
2021
%><br />

0 commit comments

Comments
 (0)