ngx-sp-auth 4.17.7 → 4.17.9

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.
@@ -832,7 +832,7 @@ class AuthStorageService {
832
832
  }
833
833
  else {
834
834
  this.isLoggedInSub.next(true);
835
- setTimeout(this.reCheckLogin.bind(this), leftTime * 1000);
835
+ // setTimeout(this.reCheckLogin.bind(this), leftTime * 1000);
836
836
  // Método com customizações para inicializações da AutoStorage
837
837
  this._customStorageService.storageInitializeAutoStorage();
838
838
  }