Fix account dashboard sync rendering

This commit is contained in:
2026-06-11 20:49:48 -04:00
parent 8dc372b8a9
commit 616a399b38
3 changed files with 65 additions and 25 deletions
+3 -3
View File
@@ -573,9 +573,9 @@
const title = document.querySelector("#account-title");
if (title) title.textContent = user.username;
renderAccountEmail(accountData);
updateAccountStatusBadges(accountData);
renderBBCard(accountData);
// Account dashboard cards are server-rendered and have dedicated account JS.
// Do not let the generic app bootstrap rewrite BB/status cards into stale layouts.
return;
}
async function boot() {