mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
Turn off auto capitalize on the username input field on the main login page. (#143)
This commit is contained in:
parent
21eddbde1c
commit
bb4349e646
@ -51,7 +51,7 @@
|
||||
<tr>
|
||||
<td>Username: </td>
|
||||
<td>
|
||||
<input type="text" id="user-input">
|
||||
<input type="text" id="user-input" autocapitalize="off">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user