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>
|
||||
<td>Password: </td>
|
||||
<td>
|
||||
<input type="password" id="passwd-input">
|
||||
<input type="password" id="passwd-input" autocapitalize="off">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -12,10 +12,10 @@ block body
|
||||
table
|
||||
tr
|
||||
td Username:
|
||||
td #[input(type="text" id="user-input")]
|
||||
td #[input(type="text" id="user-input" autocapitalize="off")]
|
||||
tr
|
||||
td Password:
|
||||
td #[input(type="password" id="passwd-input")]
|
||||
td #[input(type="password" id="passwd-input" autocapitalize="off")]
|
||||
tr
|
||||
td 2FA code:
|
||||
td #[input(type="text" id="code-input" placeholder="if enabled")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user