From ad514102e7a2bc4a2757d65af4452dcfe3d839c6 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Sat, 25 Jul 2026 02:47:03 +0100 Subject: [PATCH] Fix account page save wiring --- src/web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web.js b/src/web.js index b382d4b..d38442c 100644 --- a/src/web.js +++ b/src/web.js @@ -182,6 +182,7 @@ async function start() { registerAdminAccountRoutes(app, { pool: pool, + common: common, pages: pages, formatDashboardDate: formatDashboardDate, getAuditUserId: getAuditUserId,