fix: resolve runtime bugs (i18n export, chat crypto, async getUser, event leak) and remove dead code

This commit is contained in:
2026-02-06 13:44:19 +01:00
parent 5c66ca28b9
commit 1aa723728e
11 changed files with 65 additions and 334 deletions

View File

@@ -38,9 +38,6 @@ class AppShell extends HTMLElement {
`
this.main = this.querySelector('#router-outlet')
// Try to restore session
auth.tryRestoreSession()
}
setupRouter() {