Skip to content

Commit

Permalink
fix: remove credentials include
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Apr 15, 2024
1 parent 3c65f7e commit 5e9c5d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/node/src/client.ts.twig
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class Client {
let options: RequestInit = {
method,
headers,
credentials: 'include',
...createAgent(this.config.endpoint, { rejectUnauthorized: !this.config.selfSigned }),
};

Expand Down

0 comments on commit 5e9c5d4

Please sign in to comment.