diff --git a/src/shared/api/fetchClient.ts b/src/shared/api/fetchClient.ts index ab8d87e..a03c5d9 100644 --- a/src/shared/api/fetchClient.ts +++ b/src/shared/api/fetchClient.ts @@ -16,7 +16,7 @@ const getAccessTokenFromCookieHeader = ( export const fetchClient = createFetchClient({ baseUrl: API_URL, - // credentials: "include", + credentials: "include", headers: { "Content-Type": "application/json", },