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.
- package/{buildingproduct-library-0.2.88.tgz → buildingproduct-library-0.2.89.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +2 -1
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +3 -2
- package/fesm2015/buildingproduct-library.js +2 -1
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -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
|
}
|