mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
web: improved autocapitalize=off
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user