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 dc7bca0 commit f6a375cCopy full SHA for f6a375c
2 files changed
lib/decorators/frontend/controllers/spree/checkout_controller_decorator.rb
@@ -45,7 +45,6 @@ def check_authorization
45
def check_registration
46
return unless registration_required?
47
48
- store_location
49
redirect_to spree.checkout_registration_path
50
end
51
lib/spree/auth/engine.rb
@@ -59,7 +59,6 @@ def self.prepare_backend
59
redirect_to spree.admin_unauthorized_path
60
61
else
62
63
64
if Spree::Auth::Engine.redirect_back_on_unauthorized?
65
redirect_back(fallback_location: spree.admin_login_path)
@@ -81,7 +80,6 @@ def self.prepare_frontend
81
80
redirect_to spree.unauthorized_path
82
83
84
85
86
87
redirect_back(fallback_location: spree.login_path)
0 commit comments