@page "/reset-password"
@layout Layout.EmptyLayout
@rendermode @(new InteractiveServerRenderMode(prerender: false))
@attribute [Microsoft.AspNetCore.Authorization.AllowAnonymous]
@inject NavigationManager Navigation
@inject IJSRuntime JS
@AppLocalization.Text("auth.resetPasswordHelp", "Use the recovery code configured in the API to set a new password.")