remove unnecessary API methods
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
<label for="Title" class="control-label" style="font-weight: bold">Username: </label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" class="form-control" readonly @bind="@Username" />
|
||||
<input type="text" class="form-control" @bind="@Username" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="@IntegratedSecurityDisplay">
|
||||
|
Reference in New Issue
Block a user