We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add9344 commit 01328acCopy full SHA for 01328ac
1 file changed
src/TTX.Web/lib/signalr.ts
@@ -9,7 +9,6 @@ export function createHub(hub: string, token?: string) {
9
return new HubConnectionBuilder()
10
.withUrl(`${Deno.env.get("FRESH_PUBLIC_API_BASE_URL")!}/hubs/${hub}`, {
11
headers,
12
- withCredentials: false,
13
})
14
.withAutomaticReconnect()
15
.build();
0 commit comments