@page "/change-password" @attribute [Authorize] @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components Change Password

Change password

@if (!string.IsNullOrWhiteSpace(Error)) { }
@code { [SupplyParameterFromQuery] public string? Error { get; set; } }