From a205e5131ee9249a5b0d1ac0e60341537822b792 Mon Sep 17 00:00:00 2001 From: manuelra Date: Fri, 28 Nov 2025 18:52:01 +0000 Subject: [PATCH] Update _Layout.cshtml Fix path to jquery and bootstrap minified scripts. To reproduce problem, run Online Store from aspire host, access the login page and notice that the login button does not present any text therein. Also and look at the browser DevTools (F12): the console will show that files are not found within the previous path. --- src/Identity.API/Views/Shared/_Layout.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Identity.API/Views/Shared/_Layout.cshtml b/src/Identity.API/Views/Shared/_Layout.cshtml index d470953e4..8019e91c3 100644 --- a/src/Identity.API/Views/Shared/_Layout.cshtml +++ b/src/Identity.API/Views/Shared/_Layout.cshtml @@ -13,7 +13,7 @@ - + @@ -43,8 +43,8 @@ - - + + @RenderSection("scripts", required: false)