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