0
balessi75 created
Abp Commercial 5.2.0 / Blazor Server / EF / non-tiered
What is the best approach in Abp Blazor Server to have the login page as the default landing page when the application starts? Currently, I am brute forcing it with @attribute [Microsoft.AspNetCore.Authorization.Authorize] in the index.razor page but this still loads the main form and then redirects which causes the user to see the main form and its side menu for a second.
Thanks in advance.