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:
parent
dc4b0a7baf
commit
20ba003791
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user