Skip to content

Commit

Permalink
reset credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejianu committed Nov 18, 2023
1 parent 61fd26a commit 6a394a0
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: true,
withCredentials: false,
});
}

Expand Down

0 comments on commit 6a394a0

Please sign in to comment.