Skip to content

Commit 5e9c5d4

Browse files
committed
fix: remove credentials include
1 parent 3c65f7e commit 5e9c5d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/node/src/client.ts.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class Client {
160160
let options: RequestInit = {
161161
method,
162162
headers,
163-
credentials: 'include',
164163
...createAgent(this.config.endpoint, { rejectUnauthorized: !this.config.selfSigned }),
165164
};
166165

0 commit comments

Comments
 (0)