Skip to content

Commit edd846b

Browse files
author
Oleksandr Osadchyi
committed
MAGETWO-59135: [Github] Customer session is shared for different customers on two websites #4842 #6468
1 parent 0a21966 commit edd846b

File tree

1 file changed

+1
-4
lines changed
  • app/code/Magento/Customer/view/frontend/web/js/invalidation-rules

1 file changed

+1
-4
lines changed

app/code/Magento/Customer/view/frontend/web/js/invalidation-rules/website-rule.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ define([
1212
defaults: {
1313
scopeConfig: {}
1414
},
15-
16-
initialize: function () {
17-
this._super();
18-
},
15+
1916
/**
2017
* Takes website id from current customer data and compare it with current website id
2118
* If customer belongs to another scope, we need to invalidate current section

0 commit comments

Comments
 (0)