diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-23 02:45:34 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-23 02:45:34 +0300 |
| commit | 47ccc7b501faeac895e295e86fc4ae2aea3a31ed (patch) | |
| tree | 130dde164d6ab4341a336e0c2cd73907a992275d /web/html/common | |
| parent | c38e1e0cfe9fd95f1cd2ed5f6c6cb10bf820b9b6 (diff) | |
[feature] fallback link calculation
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/qrcode_modal.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 3271f3ad..acef9811 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -39,6 +39,7 @@ this.client = settings.clients[clientIndex]; remark = this.dbInbound.remark + "-" + this.client.email; address = this.dbInbound.address; + this.subId = ''; this.qrcodes = []; if (this.inbound.tls && !ObjectUtil.isArrEmpty(this.inbound.stream.tls.settings.domains)) { this.inbound.stream.tls.settings.domains.forEach((domain) => { |
