瀏覽代碼

fix use password component

Hamidreza Ghavami 1 年之前
父節點
當前提交
004d69392b
共有 2 個文件被更改,包括 2 次插入0 次删除
  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>