Skip to content

Commit

Permalink
fix: disable autocapitalize of login input (closes #1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Apr 30, 2022
1 parent 6bd34c7 commit aed3af5
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 aed3af5

Please sign in to comment.