mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix unloading protected session after the timeout, fixes #571
This commit is contained in:
@@ -43,6 +43,7 @@ async function setupProtectedSession(password) {
|
||||
}
|
||||
|
||||
protectedSessionHolder.setProtectedSessionId(response.protectedSessionId);
|
||||
protectedSessionHolder.touchProtectedSession();
|
||||
|
||||
await treeService.reload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user