@page "/goodbye" @layout AuthLayout @inject NavigationManager NavigationManager

Goodbye

Thank you for using our service. We're sorry to see you go.

@code { private void RedirectToHome() { NavigationManager.NavigateTo("/"); } }