mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -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
|
||||
);
|
||||
|
||||
if (response.qrCode) this.qrCode = response.qrCode;
|
||||
if (response.base64) this.qrCode = response.base64;
|
||||
else if (response.instance) {
|
||||
this.dialog = false;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user