You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
fix: disable autocapitalize of login input (closes #1910)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<input
|
||||
class="input input--block"
|
||||
type="text"
|
||||
autocapitalize="off"
|
||||
v-model="username"
|
||||
:placeholder="$t('login.username')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user