mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
The purpose of this file was unclear and it was flagging additional maintenance like missing translations.
12 lines
493 B
Plaintext
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.
|
|
|
|
%>
|