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" type="text"
autocorrect="off" autocorrect="off"
autocapitalize="none" autocapitalize="none"
autofocus
required
name="username" name="username"
data-required="true" data-required="true"
placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_NAME' | translate}}" placeholder="{{'LOGIN_COMMON.PLACEHOLDER_AUTH_NAME' | translate}}"