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 2b08a53 commit 51741d5Copy full SHA for 51741d5
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
@@ -57,7 +57,6 @@ def self.prepare_backend
57
redirect_to spree.admin_unauthorized_path
58
59
else
60
61
62
if Spree::Auth::Engine.redirect_back_on_unauthorized?
63
redirect_back(fallback_location: spree.admin_login_path)
@@ -79,7 +78,6 @@ def self.prepare_frontend
79
78
redirect_to spree.unauthorized_path
80
81
82
83
84
85
redirect_back(fallback_location: spree.login_path)
0 commit comments