bug: avatar not loading

This commit is contained in:
Kieran 2023-01-29 14:55:51 +00:00
parent ab120e114f
commit 40d8f91115
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -27,6 +27,9 @@ export default function QrCode(props: QrCodeProps) {
},
cornersSquareOptions: {
type: 'extra-rounded'
},
imageOptions: {
crossOrigin: "anonymous"
}
});
qrRef.current.innerHTML = "";