@brggroup/share-lib 0.1.41 → 0.1.42

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.
@@ -624,9 +624,10 @@ class AuthService extends HTTPService {
624
624
  _signOut() {
625
625
  TokenStorage.clearToken();
626
626
  const currentUrl = this.router.routerState.snapshot.url;
627
- this.router.navigate(['/login'], {
628
- queryParams: { returnUrl: currentUrl || '/' },
629
- });
627
+ // this.router.navigate(['/login'], {
628
+ // queryParams: { returnUrl: currentUrl || '/' },
629
+ // });
630
+ this.router.navigate(['/login']);
630
631
  }
631
632
  /* ----------------------------------------
632
633
  AUTH CHECK