fix:params for username field on login page mobile (#526)
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
<f7-list-input
|
||||
type="text"
|
||||
autocomplete="username"
|
||||
autocapitalize="none"
|
||||
autocorrect="off"
|
||||
spellcheck="false"
|
||||
inputmode="email"
|
||||
clear-button
|
||||
:disabled="loggingInByPassword || loggingInByOAuth2"
|
||||
:label="tt('Username')"
|
||||
|
||||
Reference in New Issue
Block a user