mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #2617 from christer88/patch-1
Disable username autocapitalize on input field when signing on
This commit is contained in:
commit
0a8f83c2fe
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue