Spaces:
Running
Running
Update flare-ui/src/app/components/projects/projects.component.ts
Browse files
flare-ui/src/app/components/projects/projects.component.ts
CHANGED
@@ -51,7 +51,7 @@ const loadConfirmDialog = () => import('../../dialogs/confirm-dialog/confirm-dia
|
|
51 |
ApiService,
|
52 |
{
|
53 |
provide: HTTP_INTERCEPTORS,
|
54 |
-
useClass:
|
55 |
multi: true
|
56 |
}
|
57 |
],
|
|
|
51 |
ApiService,
|
52 |
{
|
53 |
provide: HTTP_INTERCEPTORS,
|
54 |
+
useClass: authInterceptor,
|
55 |
multi: true
|
56 |
}
|
57 |
],
|