Compare commits

...
Author SHA1 Message Date
Anthony Stirling e2e01366b8 Enable withCredentials for API client 2025-11-17 14:02:23 +00:00
+1
View File
@@ -7,6 +7,7 @@ import { getApiBaseUrl } from '@app/services/apiClientConfig';
const apiClient = axios.create({
baseURL: getApiBaseUrl(),
responseType: 'json',
withCredentials: true,
});
// Setup interceptors (core does nothing, proprietary adds JWT auth)