Skip to content

Commit

Permalink
Fix register ui not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Masu-Baumgartner authored Jul 8, 2024
1 parent c0ff47e commit bdcacdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Moonlight/Core/UI/Components/Auth/Register.razor
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>

<SmartForm Model="Form" OnValidSubmit="OnValidSubmit">
<MCBForm Model="Form" OnValidSubmit="OnValidSubmit">
<div class="fv-row mb-8">
<input @bind="Form.Username" type="text" placeholder="Username" class="form-control form-control-solid">
</div>
Expand Down Expand Up @@ -65,7 +65,7 @@
@* OAuth2 Providers here *@
</div>
</div>
</SmartForm>
</MCBForm>
}
</div>
</div>
Expand Down

0 comments on commit bdcacdf

Please sign in to comment.