mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: improved autocapitalize=off
This commit is contained in:
parent
bb4349e646
commit
36df38972c
@ -57,7 +57,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Password: </td>
|
<td>Password: </td>
|
||||||
<td>
|
<td>
|
||||||
<input type="password" id="passwd-input">
|
<input type="password" id="passwd-input" autocapitalize="off">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -12,10 +12,10 @@ block body
|
|||||||
table
|
table
|
||||||
tr
|
tr
|
||||||
td Username:
|
td Username:
|
||||||
td #[input(type="text" id="user-input")]
|
td #[input(type="text" id="user-input" autocapitalize="off")]
|
||||||
tr
|
tr
|
||||||
td Password:
|
td Password:
|
||||||
td #[input(type="password" id="passwd-input")]
|
td #[input(type="password" id="passwd-input" autocapitalize="off")]
|
||||||
tr
|
tr
|
||||||
td 2FA code:
|
td 2FA code:
|
||||||
td #[input(type="text" id="code-input" placeholder="if enabled")]
|
td #[input(type="text" id="code-input" placeholder="if enabled")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user