diff options
Diffstat (limited to 'web/login')
-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 2917eefd..b955c16d 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -51,7 +51,7 @@ <tr> <td>Username: </td> <td> - <input type="text" id="user-input"> + <input type="text" id="user-input" autocapitalize="off"> </td> </tr> <tr> |