Disable username autocapitalize on input field when signing on

Fixes https://github.com/thelounge/thelounge/issues/2616
This commit is contained in:
christer88 2018-07-05 08:00:07 +02:00 committed by GitHub
parent 184f6bae09
commit 251ed60f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<img src="img/logo-vertical-transparent-bg-inverted.svg" class="logo-inverted" alt="The Lounge" width="256" height="170">
<label>Username</label>
<input class="input" name="user" autofocus>
<input class="input" name="user" autocapitalize="none" autofocus>
<div class="password-container">
<label>Password</label>