Autofocus on username in login

This commit is contained in:
Djamil Legato
2014-12-21 22:48:48 -08:00
parent bda4dea9f0
commit c90756450f

View File

@@ -6,6 +6,7 @@ form:
- name: username - name: username
type: text type: text
placeholder: Username placeholder: Username
autofocus: true
- name: password - name: password
type: password type: password