fix(frontend): lower QR code error correction level to reduce density
Closes #1607
This commit is contained in:
@@ -154,7 +154,7 @@ async function renderQR() {
|
||||
await QRCode.toCanvas(qrCanvas.value, qrUrl.value, {
|
||||
width: 220,
|
||||
margin: 2,
|
||||
errorCorrectionLevel: logoSrc ? 'H' : 'M',
|
||||
errorCorrectionLevel: logoSrc ? 'M' : 'L',
|
||||
})
|
||||
if (!logoSrc) return
|
||||
const canvas = qrCanvas.value
|
||||
|
||||
Reference in New Issue
Block a user