mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: disable autocapitalize of login input (closes #1910)
This commit is contained in:
parent
6bd34c7632
commit
aed3af5838
@ -8,6 +8,7 @@
|
||||
<input
|
||||
class="input input--block"
|
||||
type="text"
|
||||
autocapitalize="off"
|
||||
v-model="username"
|
||||
:placeholder="$t('login.username')"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user