Update interface.html

pull/1396/head
Andrew Gregory 2022-02-06 14:18:30 +08:00 committed by GitHub
parent e3cecb6d73
commit dcd23f5dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ const video=document.createElement('video');
const canvasElement=document.getElementById('qr-canvas');
const canvas=canvasElement.getContext('2d');
let scanning=false;
const tokenqr=new QRCode(document.getElementById('qrcode'), {width:512,height:512});
const tokenqr=new QRCode(document.getElementById('qrcode'), {width:400,height:400});
</script>
<script src="../../core/lib/interface.js"></script>
</body>