We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a71fb commit 4f185bdCopy full SHA for 4f185bd
src/app/guards/auth-guard.ts
@@ -16,7 +16,6 @@ export const authGuard: CanMatchFn = (route, segments) => {
16
const destroyRef = inject(DestroyRef)
17
18
if (savedUserId) {
19
- console.debug('AuthGuard: user found in local storage')
20
return userService.getUser().pipe(
21
takeUntilDestroyed(destroyRef),
22
catchError((error: HttpErrorResponse) => {
0 commit comments