Skip to content

Commit

Permalink
add credentials=true to client
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejianu committed Nov 18, 2023
1 parent 346dc21 commit 61fd26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class APIClient {
this.axios = Axios.create({
baseURL: baseURL,
headers: { "content-type": "application/json" },
withCredentials: true,
});
}

Expand Down

0 comments on commit 61fd26a

Please sign in to comment.