We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fc43d commit 201b51fCopy full SHA for 201b51f
1 file changed
frontend/client/client.gen.ts
@@ -15,5 +15,4 @@ export type CreateClientConfig<T extends ClientOptions = ClientOptions2> = (over
15
16
export const client = createClient(createConfig<ClientOptions2>({
17
baseUrl: 'http://localhost:8080',
18
- credentials: 'include',
19
}));
0 commit comments