fix: include creds in responses
dev / deploy (push) Successful in 1m25s

This commit is contained in:
Daniil
2026-04-30 01:16:09 +03:00
parent 14db3ce403
commit b7d17a5295
+1 -1
View File
@@ -16,7 +16,7 @@ const getAccessTokenFromCookieHeader = (
export const fetchClient = createFetchClient<paths>({
baseUrl: API_URL,
// credentials: "include",
credentials: "include",
headers: {
"Content-Type": "application/json",
},