@brggroup/share-lib 0.0.79 → 0.0.80

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.
@@ -685,7 +685,7 @@ class AuthService extends HTTPService {
685
685
  return (AppGlobals.idleTimeInMinutes || 0) * 60 * 1000;
686
686
  }
687
687
  startWatching() {
688
- console.log(`-- start watching idle (${AppGlobals.idleTimeInMinutes} 'min(s)'}) --`);
688
+ console.log(`-- start watching idle (${AppGlobals.idleTimeInMinutes} min(s) --`);
689
689
  if (this.idleTime > 0) {
690
690
  this.resetTimer();
691
691
  window.addEventListener('mousemove', () => this.resetTimer());