From d2f39a9327f14cdfed67728544163726c020c4a8 Mon Sep 17 00:00:00 2001 From: Zkitefly Date: Thu, 3 Oct 2024 14:06:19 +0000 Subject: [PATCH] Update qr-login.html --- qr-login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qr-login.html b/qr-login.html index ade7d5e..e7d77b1 100644 --- a/qr-login.html +++ b/qr-login.html @@ -35,7 +35,7 @@ userPrompt.innerHTML = `请复制代码 ${userCode}
并前往 ${verificationUri},输入代码允许访问并登录微软账户。`; qrcodeContainer.appendChild(userPrompt); } else { - const currentUrl = window.location.href + '?login=1'; + const currentUrl = window.location.href + '&login=1'; console.log("currentUrl: ", currentUrl); const canvas = document.createElement('canvas'); QRCode.toCanvas(canvas, currentUrl, function (error) {