[Identity] Updated RenderSection to use async method. (#24121)

This commit is contained in:
marlongerson 2020-07-30 13:03:11 -07:00 committed by GitHub
parent e0ef3d2246
commit b9e663bffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>