Add autocomplete thingies
This commit is contained in:
parent
12f5bf35f6
commit
35a30f21d4
|
@ -46,8 +46,8 @@
|
|||
<body>
|
||||
<h1>Log In</h1>
|
||||
<form action="/" method="post">
|
||||
<div>Username: <input name="username"></div>
|
||||
<div>Password: <input type="password" name="password"></div>
|
||||
<div>Username: <input type="text" autocomplete="username" name="username"></div>
|
||||
<div>Password: <input type="password" autocomplete="current-password" name="password"></div>
|
||||
<div><input type="submit" value="Log In"></div>
|
||||
</form>
|
||||
<div id="error"></div>
|
||||
|
|
Loading…
Reference in New Issue