Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-08 17:56:01 +0300
committerHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-08 17:56:01 +0300
commit004d69392bbad4fc3171db17f66a2975c476fc9d (patch)
treec9f748cfcc337381afbc0107626a2364307e8779
parentfc0882805d9d67aa04ba80d52214e211bb041652 (diff)
fix use password component
-rw-r--r--web/html/login.html1
-rw-r--r--web/html/xui/settings.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/html/login.html b/web/html/login.html
index c6a6f085..d6918d0b 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -110,6 +110,7 @@
</a-layout>
{{template "js" .}}
{{template "component/themeSwitcher" .}}
+{{template "component/password" .}}
<script>
const app = new Vue({
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 44b15771..b35b2ac9 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -231,6 +231,7 @@
{{template "js" .}}
{{template "component/themeSwitcher" .}}
+{{template "component/password" .}}
{{template "component/setting"}}
<script>