Fix register ui not working
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user