Skip to content

Commit

Permalink
fix(web): credentials include
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 2, 2024
1 parent 98cc688 commit f84b8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/web/src/client.ts.twig
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ class Client {
let options: RequestInit = {
method,
headers,
credentials: 'include',
};

if (method === 'GET') {
Expand Down

0 comments on commit f84b8e7

Please sign in to comment.