diff options
| -rw-r--r-- | web/html/login.html | 1 | ||||
| -rw-r--r-- | web/html/xui/settings.html | 1 |
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> |
