use decode for qr string

This commit is contained in:
weboko 2023-01-12 01:18:47 +01:00
parent 8f04dc659e
commit 2fdda92a82
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function getPairingInfofromUrl() {
}
return new noise.InitiatorParameters(
qrCodeString,
decodeURIComponent(qrCodeString),
utils.hexToBytes(messageNameTag)
);
}