mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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'
|
||||
label="[[localize('ui.login-form.password')]]"
|
||||
type='password'
|
||||
autofocus
|
||||
invalid='[[errorMessage]]'
|
||||
error-message='[[errorMessage]]'
|
||||
value='{{password}}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user