Skip to content

Commit b9e663b

Browse files
authored
[Identity] Updated RenderSection to use async method. (#24121)
1 parent e0ef3d2 commit b9e663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
9090
</environment>
9191

92-
@RenderSection("Scripts", required: false)
92+
@await RenderSectionAsync("Scripts", required: false)
9393
</body>
9494
</html>

0 commit comments

Comments
 (0)