Remove workaround for templating encoding issue (#22367)

This commit is contained in:
Ajay Bhargav B 2020-05-29 22:26:33 -07:00 committed by GitHub
parent 51cbcbc477
commit 5c155d4147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@

@*#if (NoAuth)
@*#if (NoAuth)
<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />