remove unnecessary API methods

This commit is contained in:
Shaun Walker
2020-02-14 10:12:12 -05:00
parent f148b1b148
commit 2fa7f852d5
18 changed files with 4 additions and 81 deletions

View File

@ -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">