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 4e9e488 commit 9c9b1eeCopy full SHA for 9c9b1ee
app/code/Magento/Customer/view/frontend/web/js/action/login.js
@@ -37,8 +37,7 @@ define([
37
callback(loginData);
38
});
39
customerData.invalidate(['customer']);
40
-
41
- if (response.redirectUrl) {
+ if (response.redirectUrl) {
42
window.location.href = response.redirectUrl;
43
} else if (redirectUrl) {
44
window.location.href = redirectUrl;
0 commit comments