@resolveio/client-lib-core 1.1.13 → 1.1.14

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.
@@ -7416,7 +7416,7 @@ class HomeComponent extends BaseComponent {
7416
7416
  ngOnInit() {
7417
7417
  this._services._app.setNavbarModuleData(this.menuData);
7418
7418
  this.loggingOut$ = this._app.isLoggingOut.subscribe(isLoggingOut => {
7419
- if (!this._app.isLoggingOut.getValue()) {
7419
+ if (!isLoggingOut) {
7420
7420
  if (this._services._account.getUser()) {
7421
7421
  if (this._services._account.getUser().settings && this._services._account.getUser().settings.opening_route && this._services._account.getUser().settings.opening_route !== '/home') {
7422
7422
  this._services._router.navigateByUrl(this._services._account.getUser().settings.opening_route);