We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ef3d2 commit b9e663bCopy full SHA for b9e663b
src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml
@@ -89,6 +89,6 @@
89
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
90
</environment>
91
92
- @RenderSection("Scripts", required: false)
+ @await RenderSectionAsync("Scripts", required: false)
93
</body>
94
</html>
0 commit comments