Workaround for #18058 (#18213)

This commit is contained in:
Ajay Bhargav B 2020-01-15 11:42:30 -08:00 committed by Artak
parent 34294a3e7a
commit cba11d7e22
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
@*#if (NoAuth)

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