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 /web/html/login.html | |
| parent | fc0882805d9d67aa04ba80d52214e211bb041652 (diff) | |
fix use password component
Diffstat (limited to 'web/html/login.html')
| -rw-r--r-- | web/html/login.html | 1 |
1 files changed, 1 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({ |
