refactored storage, style tweaks

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Danny Coates 2020-07-25 11:22:57 -07:00 committed by timvisee
parent abc58518ea
commit e909a3bae8
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
6 changed files with 26 additions and 71 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"