Browse Source

fix use password component

Hamidreza Ghavami 1 year ago
parent
commit
004d69392b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      web/html/login.html
  2. 1 0
      web/html/xui/settings.html

+ 1 - 0
web/html/login.html

@@ -110,6 +110,7 @@
 </a-layout>
 {{template "js" .}}
 {{template "component/themeSwitcher" .}}
+{{template "component/password" .}}
 <script>
 
     const app = new Vue({

+ 1 - 0
web/html/xui/settings.html

@@ -231,6 +231,7 @@
 
 {{template "js" .}}
 {{template "component/themeSwitcher" .}}
+{{template "component/password" .}}
 {{template "component/setting"}}
 
 <script>