|
|
|
@ -1,8 +1,8 @@ |
|
|
|
@using Volo.Abp.Identity.Blazor |
|
|
|
@using Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme.Themes.Basic |
|
|
|
<CascadingAuthenticationState> |
|
|
|
<Router |
|
|
|
AppAssembly="@typeof(Program).Assembly" |
|
|
|
AdditionalAssemblies="new []{ typeof(AbpIdentityBlazorModule).Assembly }"> |
|
|
|
<Router AppAssembly="@typeof(Program).Assembly" |
|
|
|
AdditionalAssemblies="new []{ typeof(AbpIdentityBlazorModule).Assembly }"> |
|
|
|
<Found Context="routeData"> |
|
|
|
<AuthorizeRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"> |
|
|
|
<NotAuthorized> |
|
|
|
|