[Identity] Updated RenderSection to use async method. (#24121)
This commit is contained in:
parent
e0ef3d2246
commit
b9e663bffb
|
|
@ -89,6 +89,6 @@
|
|||
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
|
||||
</environment>
|
||||
|
||||
@RenderSection("Scripts", required: false)
|
||||
@await RenderSectionAsync("Scripts", required: false)
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue