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

Debug

parent e2a25d70
Branches
Tags
1 merge request!88908 account recovery ability to add contacts to trusted contacts list for account recovery
...@@ -1018,7 +1018,7 @@ const connection = Penpal.connectToParent({ ...@@ -1018,7 +1018,7 @@ const connection = Penpal.connectToParent({
null, null,
"previousaddeddevice" "previousaddeddevice"
); );
console.log({ identityLoginResponse });
const { code, data } = identityLoginResponse; const { code, data } = identityLoginResponse;
if (code === "200") { if (code === "200") {
handleIdentityLogin(restoreAccessIdentity, data.Uuid, data.Session); handleIdentityLogin(restoreAccessIdentity, data.Uuid, data.Session);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment