chore(api): add sending cookie credentials with requests - skip e2e
This commit is contained in:
@@ -63,6 +63,7 @@ export class FetchRequestHandler implements RequestHandlerInterface {
|
|||||||
return new Request(httpRequest.url, {
|
return new Request(httpRequest.url, {
|
||||||
method: httpRequest.verb,
|
method: httpRequest.verb,
|
||||||
headers,
|
headers,
|
||||||
|
credentials: 'include',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user