Skip to content

Commit

Permalink
Update core/src/components/login/LoginForm.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
  • Loading branch information
CarlSchwan and Pytal authored Jul 14, 2021
1 parent 1dd402b commit 923e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/login/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
v-model="user"
type="text"
name="user"
autocapitalize="off"
autocapitalize="none"
autocorrect="off"
:autocomplete="autoCompleteAllowed ? 'on' : 'off'"
:placeholder="t('core', 'Username or email')"
Expand Down

0 comments on commit 923e45a

Please sign in to comment.