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
|
<input
|
||||||
class="input input--block"
|
class="input input--block"
|
||||||
type="text"
|
type="text"
|
||||||
|
autocapitalize="off"
|
||||||
v-model="username"
|
v-model="username"
|
||||||
:placeholder="$t('login.username')"
|
:placeholder="$t('login.username')"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user