@page "/web/auth/challenge/{id:guid}" @model DysonNetwork.Sphere.Pages.Auth.ChallengeModel @{ // This page is kept for backward compatibility // It will automatically redirect to the new SelectFactor page Response.Redirect($"/web/auth/challenge/{Model.Id}/select-factor"); }
Redirecting to authentication page...