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

Merge remote-tracking branch 'origin/master' into shared-identity

parents 1e889f1c 3a79ac3c
No related branches found
No related tags found
1 merge request!77Shared identity
......@@ -1421,7 +1421,7 @@ const connection = Penpal.connectToParent({
// body: String if it is a text part (Content-Type = "text/...") or Uint8Array otherwise; filled for leaf MIME nodes
// parts: array of instances of the same object; filled for container MIME nodes (Content-Type = "multipart/...")
// }
signVCard: async (passportUUID, text, html, parts = null) => {
signVCard: async (passportUUID, senderEmail, text, html, parts = null) => {
const authenticationPublicKey = localStorage.getItem(
"authenticatedIdentity"
);
......@@ -1541,7 +1541,7 @@ const connection = Penpal.connectToParent({
const keys = await createOneTimePassportCertificate(
makeid() + "-" + passportUUID,
null,
senderEmail,
passportPrivateKey,
passportCertificate
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment