core: return decrypted content on unlock note

This commit is contained in:
Ammar Ahmed
2024-02-07 13:31:53 +05:00
committed by Abdullah Atta
parent 6227e50dec
commit 847037b2f7

View File

@@ -338,7 +338,7 @@ export default class Vault {
}
return {
content
content: decryptedContent
};
}