This commit is contained in:
Donald Zou
2025-09-15 01:28:27 +08:00
parent 627065e793
commit 636ba5ebc8
52 changed files with 52 additions and 52 deletions

View File

@@ -43,7 +43,7 @@ export default {
hostName: this.dashboardStore.Configuration.Peers.remote_endpoint
}
QRCode.toCanvas(
document.querySelector("#awg_vpn_qrcode"), btoa(JSON.stringify(awgQRCodeObject)), (e) => {
document.querySelector("#awg_vpn_qrcode"), btoa(JSON.stringify(awgQRCodeObject)), (error) => {
if (error) console.error(error)
}
)