From e72cc516a89392bee183082d247e662d1a4317da Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 15 Feb 2022 09:44:34 +0000 Subject: [PATCH] Drop spree prefix in path generation --- app/views/layouts/_login_tab.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_login_tab.html.haml b/app/views/layouts/_login_tab.html.haml index 06a09b1d85..a80a39acce 100644 --- a/app/views/layouts/_login_tab.html.haml +++ b/app/views/layouts/_login_tab.html.haml @@ -1,5 +1,5 @@ #login-content - = form_with url: spree.spree_user_session_path, scope: :spree_user, data: { remote: "true" } do |form| + = form_with url: spree_user_session_path, scope: :spree_user, data: { remote: "true" } do |form| .row .large-12.columns#login-feedback - confirmation_result = request.query_parameters[:validation]