bug: avatar not loading
This commit is contained in:
parent
ab120e114f
commit
40d8f91115
@ -27,6 +27,9 @@ export default function QrCode(props: QrCodeProps) {
|
||||
},
|
||||
cornersSquareOptions: {
|
||||
type: 'extra-rounded'
|
||||
},
|
||||
imageOptions: {
|
||||
crossOrigin: "anonymous"
|
||||
}
|
||||
});
|
||||
qrRef.current.innerHTML = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user