Skip to content

Commit c813f51

Browse files
committed
#10826: response condition order changes.
- Updated coding style
1 parent 2992c60 commit c813f51

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/frontend/web/js/action

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/action/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ define([
3737
callback(loginData);
3838
});
3939
customerData.invalidate(['customer']);
40-
40+
4141
if (response.redirectUrl) {
4242
window.location.href = response.redirectUrl;
4343
} else if (redirectUrl) {

0 commit comments

Comments
 (0)