We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bbf65 commit a10a0fbCopy full SHA for a10a0fb
src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/App.razor
@@ -13,7 +13,7 @@
13
</Router>
14
#else
15
<CascadingAuthenticationState>
16
- <Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(Pages.NotFound)">
+ <Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(Pages.NotFound)" >
17
<Found Context="routeData">
18
<AuthorizeRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)">
19
<NotAuthorized>
0 commit comments