Merge pull request #2617 from christer88/patch-1
Disable username autocapitalize on input field when signing on
This commit is contained in:
commit
0a8f83c2fe
@ -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 New Issue
Block a user