Skip to content

Commit

Permalink
Fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxocube committed Jan 1, 2025
1 parent 513276e commit ba1d314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

[CascadingParameter] private HttpContext HttpContext { get; set; } = default!;

[SupplyParameterFromForm] private InputModel Input { get; } = new();
[SupplyParameterFromForm] private InputModel Input { get; set; } = new();

[SupplyParameterFromQuery] private string? RemoteError { get; set; }

Expand Down

0 comments on commit ba1d314

Please sign in to comment.