Add file upload functionality with dialog components and update image handling
This commit is contained in:
@@ -19,9 +19,9 @@ export class AuthInterceptor implements HttpInterceptor {
|
||||
|
||||
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
|
||||
|
||||
req = req.clone({
|
||||
withCredentials: true,
|
||||
});
|
||||
// req = req.clone({
|
||||
// withCredentials: true,
|
||||
// });
|
||||
|
||||
return next.handle(req).pipe(
|
||||
catchError((error) => {
|
||||
|
||||
Reference in New Issue
Block a user