mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
@using Aaru.Server.New.Components.Account.Shared
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<AuthorizeRouteView DefaultLayout="typeof(Layout.MainLayout)" RouteData="routeData">
|
|
<NotAuthorized>
|
|
<RedirectToLogin/>
|
|
</NotAuthorized>
|
|
</AuthorizeRouteView>
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
|
</Found>
|
|
</Router> |