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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 20:36:23 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 21:54:56 +0300
commit149bd0ec51adddbc4017a978f1e54ba3f7739619 (patch)
treeb941245efb13850e3c2544ae8c5302d3794dcaac /web/html/common/qrcode_modal.html
parentf3280b46fea0933be174acb0ea58c308337836da (diff)
v1.7.7
Diffstat (limited to 'web/html/common/qrcode_modal.html')
-rw-r--r--web/html/common/qrcode_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 0b815690..51dc38cb 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -87,7 +87,7 @@
},
genSubLink(subID) {
const { domain: host, port, tls: isTLS, path: base } = app.subSettings;
- return buildURL({ host, port, isTLS, base, path: subID+'?name='+subID });
+ return buildURL({ host, port, isTLS, base, path: subID+'?name='+remark });
}
},
updated() {