mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 21:33:08 +00:00
use decode for qr string
This commit is contained in:
parent
8f04dc659e
commit
2fdda92a82
@ -33,7 +33,7 @@ function getPairingInfofromUrl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return new noise.InitiatorParameters(
|
return new noise.InitiatorParameters(
|
||||||
qrCodeString,
|
decodeURIComponent(qrCodeString),
|
||||||
utils.hexToBytes(messageNameTag)
|
utils.hexToBytes(messageNameTag)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user