Fixed scene actor stashes not filtered down. Fixed logout redirect not waiting for session destroy.
This commit is contained in:
@@ -177,7 +177,7 @@ function search() {
|
||||
}
|
||||
|
||||
async function logout() {
|
||||
del('/session');
|
||||
await del('/session');
|
||||
navigate('/login', null, { redirect: true });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user