@sumaris-net/ngx-components 1.21.0-beta16 → 1.21.0-beta17

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.
@@ -31049,7 +31049,7 @@
31049
31049
  case 1:
31050
31050
  _b.sent();
31051
31051
  // listen login/logout
31052
- this.accountService.onLogin.subscribe(function () { return _this.onLogin(); });
31052
+ this.accountService.onLogin.subscribe(function (account) { return _this.onLogin(account); });
31053
31053
  this.accountService.onLogout.subscribe(function () { return _this.onLogout(); });
31054
31054
  // Subscribe to read event
31055
31055
  this._readEvent.subscribe(function (value) {
@@ -31095,7 +31095,7 @@
31095
31095
  }
31096
31096
  this.onLogout();
31097
31097
  };
31098
- UserEventNotificationComponent.prototype.onLogin = function () {
31098
+ UserEventNotificationComponent.prototype.onLogin = function (account) {
31099
31099
  return __awaiter(this, void 0, void 0, function () {
31100
31100
  var count;
31101
31101
  var _this = this;