mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
use decryptString()
This commit is contained in:
@@ -52,7 +52,7 @@ class Note extends Entity {
|
||||
this.isContentAvailable = protectedSessionService.isProtectedSessionAvailable();
|
||||
|
||||
if (this.isContentAvailable) {
|
||||
this.title = protectedSessionService.decrypt(this.title).toString();
|
||||
this.title = protectedSessionService.decryptString(this.title);
|
||||
}
|
||||
else {
|
||||
this.title = "[protected]";
|
||||
|
||||
Reference in New Issue
Block a user