Skip to content

Commit

Permalink
testing: Add credentials back to request
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur committed Nov 24, 2023
1 parent 6a394a0 commit 6f7fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class APIClient {
this.axios = Axios.create({
baseURL: baseURL,
headers: { "content-type": "application/json" },
withCredentials: false,
withCredentials: true,
});
}

Expand Down

0 comments on commit 6f7fd24

Please sign in to comment.