Skip to content

Commit

Permalink
add todo for error handling oauth interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Dec 23, 2024
1 parent 1c4d471 commit dbe21ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/app/interceptors/oauth.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ export class OauthInterceptor implements HttpInterceptor {
}

return next.handle(req);
// .pipe(catchError((err) => this.errorHandler.handleError(err)));
/*
* Todo add error handling
* .pipe(catchError((err) => this.errorHandler.handleError(err)));
*/
}));
}
}

0 comments on commit dbe21ab

Please sign in to comment.