buildingproduct-library 0.2.86 → 0.2.88

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,6 +985,7 @@
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);
988
989
  this.fiUserAccountDetailsService.getUserAccount().subscribe(function (user) {
989
990
  var _a, _b;
990
991
  if (user) {
@@ -1009,8 +1010,6 @@
1009
1010
  _this.accounts = data;
1010
1011
  _this.getAccountsData();
1011
1012
  }
1012
- }, function (error) {
1013
- window.location.reload();
1014
1013
  });
1015
1014
  }
1016
1015
  }