Fixed scene actor stashes not filtered down. Fixed logout redirect not waiting for session destroy.

This commit is contained in:
2024-03-27 16:18:55 +01:00
parent ccf6c26789
commit 6f6cbf4c1b
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ function search() {
}
async function logout() {
del('/session');
await del('/session');
navigate('/login', null, { redirect: true });
}