app: allow credentials in fetch request
This commit is contained in:
parent
bdaafab005
commit
3b4701e98c
@ -76,6 +76,7 @@ export class AuthService {
|
|||||||
};
|
};
|
||||||
const options = {
|
const options = {
|
||||||
headers,
|
headers,
|
||||||
|
credentials: 'include' as RequestCredentials,
|
||||||
};
|
};
|
||||||
return fetch(environment.cicMetaUrl, options);
|
return fetch(environment.cicMetaUrl, options);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user