[account-web-vault]: QR Code disappears and only the Verida logo remains
QR Code disappears and only the Verida logo remains. This occurs at the third time after the modal is opened about two times and closed continuously, I tested this on about three of our demos and got the same results.
demo: https://www.loom.com/share/3faabbdb6f1f4dc984d937c622623ffc
My Observations:
From my investigations on the cause of this issue, this doesn't happen anymore when I tried to remove the logo property from the qrcode-with-logos lib that we have used in this package.
cc @tahpot @nick-verida
@cmcWebCode40 Can you open up the debugger in the browser and see if you can trace through if the QR code is getting generated?
Not sure about Brave, but in Firefox you can set breakpoints (not sure where the QR Code generation is done myself though)

@nlothian, after using the chrome debugger, I couldn't trace any error from the code; this behavior only occurs in chrome browsers.