Skip to content

Commit 201b51f

Browse files
committed
fix: revert client option
1 parent d3fc43d commit 201b51f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/client/client.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ export type CreateClientConfig<T extends ClientOptions = ClientOptions2> = (over
1515

1616
export const client = createClient(createConfig<ClientOptions2>({
1717
baseUrl: 'http://localhost:8080',
18-
credentials: 'include',
1918
}));

0 commit comments

Comments
 (0)