Skip to content
Snippets Groups Projects

Ability to search and filter Inbox(Emails and Documents)

Merged Alexey Lunin requested to merge 553-filter-interactions into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -578,6 +578,8 @@ const connection = Penpal.connectToParent({
if (identity) {
identity.pinCode = newPinCode;
await setIdentityInLocalStorage(identity);
window.currentlyAuthenticatedIdentity = identity;
window.currentlyLoadedIdentity = identity;
return encodeResponse("200", null, "Successfully changed pincode");
} else {
Loading