mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
core: return decrypted content on unlock note
This commit is contained in:
committed by
Abdullah Atta
parent
6227e50dec
commit
847037b2f7
@@ -338,7 +338,7 @@ export default class Vault {
|
||||
}
|
||||
|
||||
return {
|
||||
content
|
||||
content: decryptedContent
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user