Skip to content

Commit

Permalink
fix: disable autocapitalize of login input (closes filebrowser#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl authored and Shada committed Apr 10, 2023
1 parent b605594 commit 4a84b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<input
class="input input--block"
type="text"
autocapitalize="off"
v-model="username"
:placeholder="$t('login.username')"
/>
Expand Down

0 comments on commit 4a84b50

Please sign in to comment.