@page "/" @using SteUp.Shared.Components.Layout.Spinner @attribute [Authorize] @code { protected override void OnInitialized() { NavigationManager.NavigateTo("/home"); } }