Skip to content
Snippets Groups Projects
Commit 5fa91436 authored by Damyan Mitev's avatar Damyan Mitev :beach:
Browse files

update result

parent 80f6da14
Branches
Tags
1 merge request!75Implement validation of VCard
......@@ -1615,10 +1615,8 @@ const connection = Penpal.connectToParent({
return encodeResponse("400", "", validateVMimeResponse.status);
}
//TODO - what will be the response?
const signedVCardImageData = new ImageData(validateVMimeResponse.data);
return encodeResponse("200", signedVCardImageData, "vCard signed");
const validationResult = validateVMimeResponse.data;
return encodeResponse("200", validationResult, "Validation result retrieved");
},
generateQrCode,
documentCreateDocument: async (passportUUID, path, contentType, title) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment