mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
Turn off auto capitalize on the username input field on the main login page. (#143)
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Username: </td>
|
<td>Username: </td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="user-input">
|
<input type="text" id="user-input" autocapitalize="off">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user