fix: disable autocapitalize of login input (closes #1910)

pull/1933/head
Oleg Lobanov 2022-04-30 13:37:32 +04:00
parent 6bd34c7632
commit aed3af5838
No known key found for this signature in database
GPG Key ID: 65FF3DB864FE3D2A
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<input
class="input input--block"
type="text"
autocapitalize="off"
v-model="username"
:placeholder="$t('login.username')"
/>