diff options
Diffstat (limited to 'web/login/index.html')
-rw-r--r-- | web/login/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/login/index.html b/web/login/index.html index b955c16d..0e3718eb 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -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> |