Fix Account

This commit is contained in:
Bruno Rybársky 2024-02-29 10:13:57 +01:00
parent 805c2b61d9
commit 4b3163c24f

@ -256,7 +256,7 @@ async function onPageLoad() {
await listUsers(true); await listUsers(true);
} }
} }
if (currentSite === "home" && currentPage === "account" && isLoggedIn()) { if (currentSite === "account" && currentPage === "index" && isLoggedIn()) {
await showDashboardGreeting(); await showDashboardGreeting();
} }
if (currentSite === "news" && currentPage === "index") { if (currentSite === "news" && currentPage === "index") {