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