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