mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-19 09:53:36 -06:00
fix: qr code generator
This commit is contained in:
parent
50d64b6c51
commit
6b4372aaea
@ -67,7 +67,7 @@ export default {
|
|||||||
this.instance.instance.instanceName
|
this.instance.instance.instanceName
|
||||||
);
|
);
|
||||||
|
|
||||||
if (response.qrCode) this.qrCode = response.qrCode;
|
if (response.base64) this.qrCode = response.base64;
|
||||||
else if (response.instance) {
|
else if (response.instance) {
|
||||||
this.dialog = false;
|
this.dialog = false;
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user