fix: qr code generator

This commit is contained in:
Gabriel Pastori 2023-11-05 11:22:42 -03:00
parent 50d64b6c51
commit 6b4372aaea

View File

@ -67,7 +67,7 @@ export default {
this.instance.instance.instanceName
);
if (response.qrCode) this.qrCode = response.qrCode;
if (response.base64) this.qrCode = response.base64;
else if (response.instance) {
this.dialog = false;
return;