From 4b3163c24fd05ad4bf074196bf7649ea7f3e3622 Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 29 Feb 2024 10:13:57 +0100 Subject: [PATCH] Fix Account --- assets/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script.js b/assets/script.js index 2d5e6d3..8207ebf 100644 --- a/assets/script.js +++ b/assets/script.js @@ -256,7 +256,7 @@ async function onPageLoad() { await listUsers(true); } } - if (currentSite === "home" && currentPage === "account" && isLoggedIn()) { + if (currentSite === "account" && currentPage === "index" && isLoggedIn()) { await showDashboardGreeting(); } if (currentSite === "news" && currentPage === "index") {