From 47ccc7b501faeac895e295e86fc4ae2aea3a31ed Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 23 May 2023 03:15:34 +0330 Subject: [feature] fallback link calculation Co-Authored-By: Alireza Ahmadi --- web/html/common/qrcode_modal.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html/common') 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) => { -- cgit v1.2.3