From b00d33830c333b53a717a18f1a1cbe18339bc2fd Mon Sep 17 00:00:00 2001
From: Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>
Date: Mon, 15 May 2023 23:01:44 +0430
Subject: [PATCH] Add password component
---
web/html/xui/component/password.html | 35 ++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 web/html/xui/component/password.html
diff --git a/web/html/xui/component/password.html b/web/html/xui/component/password.html
new file mode 100644
index 00000000..ebea3be6
--- /dev/null
+++ b/web/html/xui/component/password.html
@@ -0,0 +1,35 @@
+{{define "component/passwordInput"}}
+
+
+
+
+
+
+
+
+
+
+{{end}}
+
+{{define "component/password"}}
+
+{{end}}
\ No newline at end of file