diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-17 18:41:16 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-17 18:41:16 +0300 |
| commit | b833ed799237fee9b6ba0b74675b5d340025279b (patch) | |
| tree | 01faa0bd17ded6471eea9a2f7431e0bd06dc4c36 /web/assets | |
| parent | 5188d516e3a13e0cf4c04f8af653007983b16cb5 (diff) | |
new - tg Login Notification #584
Diffstat (limited to 'web/assets')
| -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 e1a766dc..2c992a1a 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -181,6 +181,7 @@ class AllSetting { this.tgBotChatId = ""; this.tgRunTime = "@daily"; this.tgBotBackup = false; + this.tgBotLoginNotify = false; this.tgCpu = ""; this.tgLang = "en-US"; this.xrayTemplateConfig = ""; |
