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()
6363 'customerRegisterUrl ' => $ this ->escapeUrl ($ this ->getCustomerRegisterUrlUrl ()),
6464 'customerForgotPasswordUrl ' => $ this ->escapeUrl ($ this ->getCustomerForgotPasswordUrl ()),
6565 'baseUrl ' => $ this ->escapeUrl ($ this ->getBaseUrl ()),
66- 'customerLoginUrl ' => $ this ->getUrl ('customer/ajax/login ' ),
66+ 'customerLoginUrl ' => $ this ->getUrl ('customer/ajax/login ' ),
6767 ];
6868 }
6969
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ define([
2626
2727 if ( loginData . customerLoginUrl ) {
2828 customerLoginUrl = loginData . customerLoginUrl ;
29+ delete loginData . customerLoginUrl ;
2930 }
3031
3132 return storage . post (
You can’t perform that action at this time.
0 commit comments