@page "/login" @attribute [AllowAnonymous] @using Microsoft.AspNetCore.Components

Login

@if (error) {
Invalid password
}
@code { [Parameter] public bool error { get; set; } }