Fix Account
This commit is contained in:
parent
805c2b61d9
commit
4b3163c24f
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user