소스 검색

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>