diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-25 14:30:21 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-25 14:30:21 +0300 |
| commit | 942b9862d8fe2b2c659d63a8f6c5bc24e476e6b0 (patch) | |
| tree | 84de5f0faf4bbbd4596506ca0b5c9616056e3ba2 /web/assets/js/model/models.js | |
| parent | ae55fdc38a3be89d2b02bca263e1e74b317c640c (diff) | |
[feature] add login session timeout
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets/js/model/models.js')
| -rw-r--r-- | web/assets/js/model/models.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index ace99f48..a3fd2633 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -172,6 +172,7 @@ class AllSetting { this.webCertFile = ""; this.webKeyFile = ""; this.webBasePath = "/"; + this.sessionMaxAge = ""; this.expireDiff = ""; this.trafficDiff = ""; this.tgBotEnable = false; |
