From 988db4cfb1228a85b97bb8300f2dc7a7f1c0282e Mon Sep 17 00:00:00 2001 From: nukhtarov Date: Fri, 30 Aug 2024 01:19:24 +0300 Subject: [PATCH] better autocomplete for password and token inputs --- web/html/login.html | 6 +++--- web/html/xui/component/password.html | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/web/html/login.html b/web/html/login.html index ae6bfde5..102e4856 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -416,19 +416,19 @@ - - - diff --git a/web/html/xui/component/password.html b/web/html/xui/component/password.html index 13dbfb51..37e4c793 100644 --- a/web/html/xui/component/password.html +++ b/web/html/xui/component/password.html @@ -1,8 +1,10 @@ {{define "component/passwordInput"}}