mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Make the password field autofocus on the login screen. (#862)
* Author: Michel Meyers <debian@tcnnet.com> Committer: Michel Meyers <debian@tcnnet.com> Make the password field autofocus on the login screen. * Update login-form.html
This commit is contained in:
parent
76153d1e17
commit
1f703fbdda
@ -53,6 +53,7 @@
|
|||||||
id='passwordInput'
|
id='passwordInput'
|
||||||
label="[[localize('ui.login-form.password')]]"
|
label="[[localize('ui.login-form.password')]]"
|
||||||
type='password'
|
type='password'
|
||||||
|
autofocus
|
||||||
invalid='[[errorMessage]]'
|
invalid='[[errorMessage]]'
|
||||||
error-message='[[errorMessage]]'
|
error-message='[[errorMessage]]'
|
||||||
value='{{password}}'
|
value='{{password}}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user