Moonlight

Create your account

@if (!string.IsNullOrEmpty(ErrorMessage)) {
@ErrorMessage
}

Already registered? Login

@code { [Parameter] public string ClientId { get; set; } [Parameter] public string RedirectUri { get; set; } [Parameter] public string ResponseType { get; set; } [Parameter] public string? ErrorMessage { get; set; } }