From 2eaa17f5610a0e79bdaf3056492f5173f7ff8538 Mon Sep 17 00:00:00 2001 From: Chris Ray Date: Wed, 22 Aug 2018 12:57:29 -0500 Subject: [PATCH] include credentials when fetching blazor.boot.json to enable windows auth (#1200) --- src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts b/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts index f8c2d03d95..543b3573fc 100644 --- a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts +++ b/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts @@ -1,7 +1,7 @@ export async function fetchBootConfigAsync() { // Later we might make the location of this configurable (e.g., as an attribute on the