@page "/authentication/{action}" @using Microsoft.AspNetCore.Components.WebAssembly.Authentication @**@ @code{ [Parameter] public string? Action { get; set; } }