Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets/js/model')
-rw-r--r--web/assets/js/model/setting.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js
index 6c8abe0d..89ea171f 100644
--- a/web/assets/js/model/setting.js
+++ b/web/assets/js/model/setting.js
@@ -23,8 +23,9 @@ class AllSetting {
this.tgBotLoginNotify = true;
this.tgCpu = 80;
this.tgLang = "en-US";
+ this.twoFactorEnable = false;
+ this.twoFactorToken = "";
this.xrayTemplateConfig = "";
- this.secretEnable = false;
this.subEnable = false;
this.subTitle = "";
this.subListen = "";