Skip to content

Commit 01328ac

Browse files
committed
web: include credentials for signalr negotiation
1 parent add9344 commit 01328ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/TTX.Web/lib/signalr.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export function createHub(hub: string, token?: string) {
99
return new HubConnectionBuilder()
1010
.withUrl(`${Deno.env.get("FRESH_PUBLIC_API_BASE_URL")!}/hubs/${hub}`, {
1111
headers,
12-
withCredentials: false,
1312
})
1413
.withAutomaticReconnect()
1514
.build();

0 commit comments

Comments
 (0)