diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-05 15:33:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-05 15:33:04 +0300 |
| commit | 02ae61fe6beb68ab8e5859a5eaa2b68514c0b454 (patch) | |
| tree | 16ba0c036275bad58ec5037623f819414874062d /web/html/xui/settings.html | |
| parent | 24b9e5bfa377f32e0942fbc9a207864b55b20d4a (diff) | |
change session name
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 96293daf..2c5c62a0 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -503,6 +503,7 @@ this.loading(false); if (msg.success) { this.user = {}; + window.location.replace(basePath + "logout"); } }, async restartPanel() { |
