mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
12 lines
460 B
Plaintext
12 lines
460 B
Plaintext
|
|
<CascadingAuthenticationState>
|
||
|
|
<Router AppAssembly="@typeof(Program).Assembly">
|
||
|
|
<Found Context="routeData">
|
||
|
|
<AuthorizeRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
|
||
|
|
</Found>
|
||
|
|
<NotFound>
|
||
|
|
<LayoutView Layout="@typeof(MainLayout)">
|
||
|
|
<p>Sorry, there's nothing at this address.</p>
|
||
|
|
</LayoutView>
|
||
|
|
</NotFound>
|
||
|
|
</Router>
|
||
|
|
</CascadingAuthenticationState>
|