refactored storage, style tweaks
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
abc58518ea
commit
e909a3bae8
6 changed files with 26 additions and 71 deletions
|
@ -30,6 +30,12 @@ function password(state) {
|
|||
|
||||
return html`
|
||||
<div class="mb-2 px-1">
|
||||
<input
|
||||
id="autocomplete-decoy"
|
||||
class="hidden"
|
||||
type="password"
|
||||
value="lol"
|
||||
/>
|
||||
<div class="checkbox inline-block mr-3">
|
||||
<input
|
||||
id="add-password"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue