Files
openfoodnetwork/app/views/devise/shared/_links.html.erb
Maikel Linke c6e88e70c3 Remove unused Devise login links partial content
The purpose of this file was unclear and it was flagging additional
maintenance like missing translations.
2024-03-21 10:21:49 +11:00

12 lines
493 B
Plaintext

<%# Override Devise partial
While this partial is unused in our app, Devise still renders it during
password reset and it fails to find `omniauth_authorize_path` which tries
to call `spree_user_openid_connect_omniauth_authorize_path` on our main app
while that helper is only defined on `Spree::Core::Engine.routes.url_helpers`.
This is just a workaround and the proper solution would be to include all Spree
routes in our main Rails app instead of having a separate Spree::Core engine.
%>