Add autofocus in login page

stable
Xavier Julián 2016-02-05 13:03:33 +01:00
parent 8e2fac39a7
commit 5b99971b7d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ div.login-form-container(tg-login)
type="text"
autocorrect="off"
autocapitalize="none"
autofocus
required
name="username"
data-required="true"
placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_NAME' | translate}}"