mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix sync of audit log
This commit is contained in:
@@ -102,6 +102,10 @@ setInterval(() => {
|
||||
// if the user got logged out then we should display the page
|
||||
// here we do that by reloading which will force the redirect if the user is really logged out
|
||||
window.location.reload(true);
|
||||
},
|
||||
409: () => {
|
||||
// 409 means we need to migrate database, reload will take care of it
|
||||
window.location.reload(true);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user