File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Customer
view/frontend/web/js/action Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function getConfig()
63
63
'customerRegisterUrl ' => $ this ->escapeUrl ($ this ->getCustomerRegisterUrlUrl ()),
64
64
'customerForgotPasswordUrl ' => $ this ->escapeUrl ($ this ->getCustomerForgotPasswordUrl ()),
65
65
'baseUrl ' => $ this ->escapeUrl ($ this ->getBaseUrl ()),
66
- 'customerLoginUrl ' => $ this ->getUrl ('customer/ajax/login ' ),
66
+ 'customerLoginUrl ' => $ this ->getUrl ('customer/ajax/login ' ),
67
67
];
68
68
}
69
69
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ define([
26
26
27
27
if ( loginData . customerLoginUrl ) {
28
28
customerLoginUrl = loginData . customerLoginUrl ;
29
+ delete loginData . customerLoginUrl ;
29
30
}
30
31
31
32
return storage . post (
You can’t perform that action at this time.
0 commit comments