diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-08 17:56:01 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-08 17:56:01 +0300 |
| commit | 004d69392bbad4fc3171db17f66a2975c476fc9d (patch) | |
| tree | c9f748cfcc337381afbc0107626a2364307e8779 | |
| parent | fc0882805d9d67aa04ba80d52214e211bb041652 (diff) | |
fix use password component
| -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> |
