@thetradeengineorg1/snova-shell-module 0.0.5 → 0.0.6

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.
@@ -12607,6 +12607,9 @@
12607
12607
  // this.getActTrackerRecorder();
12608
12608
  if ((localStorage.getItem(LocalStorageProperties.UserModel) != null && localStorage.getItem(LocalStorageProperties.UserModel) != undefined)) {
12609
12609
  _this.loadNotifications();
12610
+ var user = JSON.parse(localStorage.getItem(LocalStorageProperties.UserModel));
12611
+ console.log("user", user);
12612
+ _this.monitorCompanyrelatedDetails(user);
12610
12613
  }
12611
12614
  var currentCulture = _this.cookieService.get(LocalStorageProperties.CurrentCulture);
12612
12615
  var companylan = JSON.parse(_this.cookieService.get(LocalStorageProperties.CompanyDetails));
@@ -13415,10 +13418,6 @@
13415
13418
  this.layoutConf = this.layout.layoutConf;
13416
13419
  // this.themeModel$ = this.store.pipe(select(sharedModuleReducers.getThemeModel));
13417
13420
  //this.store.dispatch(new InitializeAfterLoginData());
13418
- var user = JSON.parse(localStorage.getItem(LocalStorageProperties.UserModel));
13419
- if (user != null) {
13420
- this.monitorCompanyrelatedDetails(user);
13421
- }
13422
13421
  this.loggedInUserId = this.cookieService.get(LocalStorageProperties.CurrentUserId);
13423
13422
  this.getEmployeeIdByUserId();
13424
13423
  var environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));