Update to shlink-web-component 0.13.3

This commit is contained in:
Alejandro Celaya
2025-04-18 20:36:25 +02:00
parent 778f7cedbb
commit d57188addf
4 changed files with 11 additions and 9 deletions

View File

@@ -26,7 +26,8 @@ export const buildShlinkApiClient = (httpClient: HttpClient) => (getStateOrSelec
const apiClient = apiClients[serverKey] ?? new ShlinkApiClient(
httpClient,
{ apiKey, baseUrl },
{ requestCredentials: 'include' },
// FIXME Disabling this as it's breaking existing Shlink servers as configured out of the box
// { requestCredentials: 'include' },
);
apiClients[serverKey] = apiClient;