@propmix/profet-common-header 3.0.17-cross-tab-session-expiry → 3.0.18-cross-tab-session-expiry-2-min

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.
@@ -405,7 +405,7 @@ class HeaderComponent {
405
405
  this._snackbar = inject(MatSnackBar);
406
406
  this._headerSer = inject(CommonHeaderService);
407
407
  this._domSanitizer = inject(DomSanitizer);
408
- this.INACTIVITY_LIMIT = 30 * 60 * 1000; // 30 minutes
408
+ this.INACTIVITY_LIMIT = 120000; // 2 minutes
409
409
  this.logoutEvent = new EventEmitter();
410
410
  this.companyControl = new FormControl();
411
411
  this.appConfig = AppConfig.appConfig;