From fc77db0fc983018c952961a756b74e775f736cad Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sun, 1 Mar 2020 22:36:04 -0800 Subject: [PATCH] add autocomplete attributes to login form The Chrome console was nagging about this, linking to here: https://www.chromium.org/developers/design-documents/create-amazing-password-forms I'm not sure it makes any real difference (autocomplete already worked), but it's easy enough to do. --- ui-src/assets/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui-src/assets/index.html b/ui-src/assets/index.html index d6b764a..fa1ac44 100644 --- a/ui-src/assets/index.html +++ b/ui-src/assets/index.html @@ -81,11 +81,13 @@ - + - +