feat: autofocus login password
This commit is contained in:
parent
9de9871b40
commit
8f0ae0d4f5
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@
|
||||||
|
|
||||||
<span id="login-form">
|
<span id="login-form">
|
||||||
<form action="/login" method="post">
|
<form action="/login" method="post">
|
||||||
<input type="password" name="password" placeholder="password" />
|
<input
|
||||||
|
type="password"
|
||||||
|
name="password"
|
||||||
|
placeholder="password"
|
||||||
|
autofocus
|
||||||
|
/>
|
||||||
<a href="/">Cancel</a>
|
<a href="/">Cancel</a>
|
||||||
<button type="submit">Login</button>
|
<button type="submit">Login</button>
|
||||||
</form></span
|
</form></span
|
||||||
|
|
Loading…
Reference in a new issue