From 942b9862d8fe2b2c659d63a8f6c5bc24e476e6b0 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 25 Apr 2023 15:00:21 +0330 Subject: [feature] add login session timeout Co-Authored-By: Alireza Ahmadi --- web/assets/js/model/models.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/assets') 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; -- cgit v1.2.3