diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-11 23:22:24 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-11 23:22:24 +0300 |
| commit | 56e8203a3428ab78a30bc2c22ab6c646a1a40052 (patch) | |
| tree | f84157e3b39b03ea921919e9f12600605e9bb91c /web/assets/js | |
| parent | 439949a964e2a0be8551e03820977df3058ce1e4 (diff) | |
trojan grpc link fixed - some en lang edited
upgrade
text to v0.7.0
i18nv2 to v2.2.1
sqlite3 to v1.14.16
toml to v1.2.1
downgrade
sessions to v0.0.4
Diffstat (limited to 'web/assets/js')
| -rw-r--r-- | web/assets/js/model/xray.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 78af69b6..cfa82368 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -1545,7 +1545,7 @@ Inbound.TrojanSettings = class extends Inbound.Settings { } }; Inbound.TrojanSettings.Trojan = class extends XrayCommonClass { - constructor(password=RandomUtil.randomSeq(10), flow = XTLS_FLOW_CONTROL.DIRECT, email='', totalGB=0, expiryTime='') { + constructor(password=RandomUtil.randomSeq(10), flow ='', email='', totalGB=0, expiryTime='') { super(); this.password = password; this.flow = flow; |
