buildingproduct-library 0.2.88 → 0.2.89

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.
@@ -985,7 +985,6 @@
985
985
  var _this = this;
986
986
  return __generator(this, function (_c) {
987
987
  this.selecteduserData = JSON.parse(localStorage.getItem('selectedAccout') || '{}');
988
- console.log(this.selecteduserData, this.selectedUser);
989
988
  this.fiUserAccountDetailsService.getUserAccount().subscribe(function (user) {
990
989
  var _a, _b;
991
990
  if (user) {
@@ -1010,6 +1009,8 @@
1010
1009
  _this.accounts = data;
1011
1010
  _this.getAccountsData();
1012
1011
  }
1012
+ }, function (error) {
1013
+ window.location.reload();
1013
1014
  });
1014
1015
  }
1015
1016
  }