From 11288fac20aa2c2c49bcce8c0b33603371d4f480 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Mon, 19 May 2025 21:44:16 +0800 Subject: [PATCH] Update peerQRCode.vue --- .../app/src/components/configurationComponents/peerQRCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/app/src/components/configurationComponents/peerQRCode.vue b/src/static/app/src/components/configurationComponents/peerQRCode.vue index 8ca0260..d28d319 100644 --- a/src/static/app/src/components/configurationComponents/peerQRCode.vue +++ b/src/static/app/src/components/configurationComponents/peerQRCode.vue @@ -42,7 +42,7 @@ export default { description: this.selectedPeer.name, hostName: this.dashboardStore.Configuration.Peers.remote_endpoint } - data = JSON.stringify(awgQRCodeObject) + data = btoa(JSON.stringify(awgQRCodeObject)) }else{ data = res.data.file }