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 e4454b4 commit 0aee96fCopy full SHA for 0aee96f
app/code/Magento/Customer/view/frontend/web/js/action/login.js
@@ -24,7 +24,7 @@ define([
24
messageContainer = messageContainer || globalMessageList;
25
let customerLoginUrl = 'customer/ajax/login';
26
27
- if(window.authenticationPopup.customerLoginUrl) {
+ if (window.authenticationPopup && window.authenticationPopup.customerLoginUrl) {
28
customerLoginUrl = window.authenticationPopup.customerLoginUrl;
29
}
30
0 commit comments