tplus-components-touch 3.25.1 → 3.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -611,7 +611,7 @@ var SettlementStore = (_class = function () {
611
611
  }, {
612
612
  key: 'getLoginInfo',
613
613
  value: function getLoginInfo() {
614
- var _ref7 = _mutantsMicrofx.localStore.get('user') || {},
614
+ var _ref7 = _mutantsMicrofx.stores.user || {},
615
615
  _ref7$loginInfo = _ref7.loginInfo,
616
616
  loginInfo = _ref7$loginInfo === undefined ? {} : _ref7$loginInfo;
617
617