From 147999dd88766a30e9475b0f1d347895bbde61c6 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 15:41:52 +0330 Subject: [sub] support client-side group name Co-Authored-By: Alireza Ahmadi --- web/html/common/qrcode_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/common') diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 12dd2060..28404eb6 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -86,7 +86,7 @@ }, genSubLink(subID) { const { domain: host, port, tls: isTLS, path: base } = app.subSettings; - return buildURL({ host, port, isTLS, base, path: subID }); + return buildURL({ host, port, isTLS, base, path: subID+'?name='+subID }); } }, updated() { -- cgit v1.2.3