Skip to content
Snippets Groups Projects
Commit 466e26bf authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Add debug

parent c7585dcb
No related branches found
No related tags found
1 merge request!74Vcard qr code
......@@ -1469,6 +1469,9 @@ const connection = Penpal.connectToParent({
null,
passportUUID
);
console.log(vCardImageResponse);
if (vCardImageResponse.code !== "200") {
return encodeResponse("400", "", vCardImageResponse.status);
}
......@@ -1547,6 +1550,9 @@ const connection = Penpal.connectToParent({
passportChain.reverse();
console.log(qrCode);
console.log(coordinates);
const signVCardResponse = await executeRestfulFunction(
"private",
window.viamApi,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment