Turn off auto capitalize on the username input field on the main login page. (#143)

This commit is contained in:
Karson Miller
2023-08-25 02:37:35 -07:00
committed by GitHub
parent 21eddbde1c
commit bb4349e646

View File

@@ -51,7 +51,7 @@
<tr>
<td>Username:&nbsp;</td>
<td>
<input type="text" id="user-input">
<input type="text" id="user-input" autocapitalize="off">
</td>
</tr>
<tr>