fix: User Information panel and login/logout flow

This commit is contained in:
jamesread
2025-10-26 13:42:06 +00:00
parent 43cfe41378
commit 8686a5629e
6 changed files with 242 additions and 8 deletions

View File

@@ -83,6 +83,11 @@ async function handleLocalLogin() {
window.initError = false
window.initErrorMessage = ''
window.initCompleted = true
// Update the header with new user info
if (window.updateHeaderFromInit) {
window.updateHeaderFromInit()
}
} catch (initErr) {
console.error('Failed to reinitialize after login:', initErr)
}