mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 09:06:20 +00:00
Update to shlink-web-component 0.13.3
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user