From f553922d5363fe63dd485f8cbaa7f56178a640cc Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Mon, 8 May 2023 19:21:58 +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