Remove workaround for templating encoding issue (#22367)
This commit is contained in:
parent
51cbcbc477
commit
5c155d4147
|
|
@ -1,5 +1,4 @@
|
||||||
|
@*#if (NoAuth)
|
||||||
@*#if (NoAuth)
|
|
||||||
<Router AppAssembly="@typeof(Program).Assembly">
|
<Router AppAssembly="@typeof(Program).Assembly">
|
||||||
<Found Context="routeData">
|
<Found Context="routeData">
|
||||||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue