Skip to content
Snippets Groups Projects
Commit 983eda9b authored by Sasha Ilieva's avatar Sasha Ilieva
Browse files

Update

parent f1e60d8c
Branches
Tags
1 merge request!101Use loadedIdentities
Pipeline #31633 passed
...@@ -995,6 +995,7 @@ const connection = Penpal.connectToParent({ ...@@ -995,6 +995,7 @@ const connection = Penpal.connectToParent({
); );
const identity = new Identity(currentlyLoadedIdentity); const identity = new Identity(currentlyLoadedIdentity);
console.log("getPassport", identity.getPassport); console.log("getPassport", identity.getPassport);
identity.getPassport();
window.currentlyLoadedIdentity = identity; window.currentlyLoadedIdentity = identity;
const { publicKey } = identity.authentication; const { publicKey } = identity.authentication;
window.loadedIdentities[publicKey] = identity; window.loadedIdentities[publicKey] = identity;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment