Bryan 2021-01-03 09:01:16 -06:00
parent 272dba37cc
commit 38ba3bea39
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
const scanQr = () => {
window.replace("qr.html")
window.location.replace("qr.html");
function onScanSuccess(qrMessage) {
apiKeyInput.value = qrMessage;