@sumaris-net/ngx-components 1.23.67 → 1.23.68-rc1

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.
@@ -30956,7 +30956,7 @@
30956
30956
  var _this = this;
30957
30957
  return __generator(this, function (_b) {
30958
30958
  // Update component when refresh is need (=login events)
30959
- this._subscriptions.add(rxjs.merge(this.accountService.onLogin, this.accountService.onLogout, rxjs.of() // Starts with - first attempt if account is ready
30959
+ this._subscriptions.add(rxjs.merge(this.accountService.onLogin, this.accountService.onLogout, rxjs.timer(1000) // Starts with - first attempt if account is ready
30960
30960
  )
30961
30961
  .pipe(
30962
30962
  // Wait account service ready (can be restarted)