update alpha version

This commit is contained in:
Mann Patel
2025-08-27 16:15:52 -06:00
parent 6edd4ee030
commit 09093aa70a
3 changed files with 24 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ func AdminDashboardHandler(w http.ResponseWriter, r *http.Request) {
"ValidatedCount": validatedCount,
"HousesLeftPercent": housesLeftPercent,
"ShowAdminNav": true,
"UserName": username,
"UserName": username,
"Role": role,
"ActiveSection": "dashboard",
})