From f5a519f3c2b86c5c45d03f9df7a99b013e5b947c Mon Sep 17 00:00:00 2001 From: Rizvan Nukhtarov <34610650+nukhtarov@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:16:34 +0300 Subject: [PATCH] better autocomplete for password and token inputs (#2505) --- 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"}}