remove error in console, and search work with unlog user

This commit is contained in:
2024-01-14 17:50:34 +01:00
parent 131e599d17
commit 11392c22c4
5 changed files with 42 additions and 16 deletions

View File

@ -9,6 +9,7 @@ export default class extends AbstractAuthentifiedView
async postInit() {
await client.logout();
await client.notice.disconnect();
navigateTo("/login")
}
}