diff --git a/src/Identity/src/UI/Areas/Identity/Pages/V3/_Layout.cshtml b/src/Identity/src/UI/Areas/Identity/Pages/V3/_Layout.cshtml index a178061664..e647595e6f 100644 --- a/src/Identity/src/UI/Areas/Identity/Pages/V3/_Layout.cshtml +++ b/src/Identity/src/UI/Areas/Identity/Pages/V3/_Layout.cshtml @@ -1,4 +1,4 @@ -@using Microsoft.AspNetCore.Hosting +@using Microsoft.AspNetCore.Hosting @using Microsoft.AspNetCore.Mvc.ViewEngines @inject IHostingEnvironment Environment @inject ICompositeViewEngine Engine @@ -14,7 +14,7 @@ - @@ -53,7 +53,7 @@ @RenderBody() @@ -69,15 +69,15 @@ crossorigin="anonymous" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="> - @RenderSection("Scripts", required: false)