2026-04-25 22:45:59 -05:00
|
|
|
@using ApplianceRepair.Components.Account.Shared
|
|
|
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
2026-02-03 16:55:37 -06:00
|
|
|
<Found Context="routeData">
|
2026-04-25 22:45:59 -05:00
|
|
|
<AuthorizeRouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)">
|
|
|
|
|
<NotAuthorized>
|
|
|
|
|
<RedirectToLogin />
|
|
|
|
|
</NotAuthorized>
|
|
|
|
|
</AuthorizeRouteView>
|
2026-02-03 16:55:37 -06:00
|
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1" />
|
|
|
|
|
</Found>
|
|
|
|
|
</Router>
|