Make password form focused on page load

No need to click on the input form to type in the password, it is active by default
This commit is contained in:
Sergey Lisakov 2018-07-30 19:13:32 +03:00 committed by GitHub
parent dc4b0a7baf
commit 20ba003791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
<div id="login">
Administration secured by password:
<form method="POST" action="{{isso_host_script}}/login">
<input type="password" name="password" />
<input type="password" name="password" autofocus />
</form>
</div>
</main>