We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7757764 + 1f041f8 commit b5784b6Copy full SHA for b5784b6
1 file changed
src/app/core/interceptors/auth.interceptor.ts
@@ -12,6 +12,8 @@ export const authInterceptor: HttpInterceptorFn = (
12
const cookieService = inject(CookieService);
13
14
const csrfToken = cookieService.get('api-csrf');
15
+ const staging = cookieService.get('osf_staging4');
16
+ console.log(staging);
17
18
if (!req.url.includes('/api.crossref.org/funders')) {
19
const headers: Record<string, string> = {
0 commit comments