mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-05 00:36:18 +00:00
Push
This commit is contained in:
@@ -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)
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user