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"}}
+ :placeholder="placeholder"
+ :autocomplete="autocomplete"
+ :name="name"
+ @input="$emit('input', $event.target.value)">
@@ -18,7 +20,7 @@
{{define "component/password"}}