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 }