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

Fix returning of saveShamirPartsResponse

parent 931eb32b
Branches
Tags
1 merge request!88908 account recovery ability to add contacts to trusted contacts list for account recovery
......@@ -1117,8 +1117,8 @@ const connection = Penpal.connectToParent({
null,
shamirParts
);
console.log({ saveShamirPartsResponse });
if (saveShamirPartsResponse !== "200") {
if (saveShamirPartsResponse.code !== "200") {
return saveShamirPartsResponse;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment