Fix register ui not working

This commit is contained in:
Masu Baumgartner
2024-07-08 23:48:46 +02:00
committed by GitHub
parent c0ff47e478
commit bdcacdf6b7

View File

@@ -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>
@@ -65,7 +65,7 @@
@* OAuth2 Providers here *@
</div>
</div>
</SmartForm>
</MCBForm>
}
</div>
</div>