refactored storage, style tweaks

This commit is contained in:
Danny Coates
2020-07-25 11:22:57 -07:00
parent 8fb770a4ea
commit 55df061567
8 changed files with 42 additions and 30 deletions

View File

@@ -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"