mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
updated autocomplete
This commit is contained in:
parent
35a9ca2547
commit
e0f1335ae3
1 changed files with 2 additions and 2 deletions
|
@ -4327,13 +4327,13 @@
|
|||
name="current-email"
|
||||
type="email"
|
||||
placeholder="email"
|
||||
autocomplete="username"
|
||||
autocomplete="current-username"
|
||||
/>
|
||||
<input
|
||||
name="current-password"
|
||||
type="password"
|
||||
placeholder="password"
|
||||
autocomplete="password"
|
||||
autocomplete="current-password"
|
||||
/>
|
||||
<div>
|
||||
<label id="rememberMe" class="checkbox">
|
||||
|
|
Loading…
Reference in a new issue