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 6640037 commit f24f2aeCopy full SHA for f24f2ae
admin/app/controllers/solidus_admin/authentication_adapters/backend.rb
@@ -13,7 +13,7 @@ module SolidusAdmin::AuthenticationAdapters::Backend
13
def authenticate_solidus_backend_user!
14
return if spree_current_user
15
16
- instance_exec(&Spree::Admin::BaseController.unauthorized_redirect)
+ Spree::Backend::Config.unauthorized_redirect_handler_class.new.call(self)
17
end
18
19
def store_location
0 commit comments