diff --git a/script.js b/script.js index e9ada46..9edbbfb 100644 --- a/script.js +++ b/script.js @@ -99,7 +99,7 @@ const scanQr = () => { - window.replace("qr.html") + window.location.replace("qr.html"); function onScanSuccess(qrMessage) { apiKeyInput.value = qrMessage;