Fix account page save wiring

This commit is contained in:
2026-07-25 02:47:03 +01:00
parent cceb5d8fde
commit ad514102e7
+1
View File
@@ -182,6 +182,7 @@ async function start() {
registerAdminAccountRoutes(app, { registerAdminAccountRoutes(app, {
pool: pool, pool: pool,
common: common,
pages: pages, pages: pages,
formatDashboardDate: formatDashboardDate, formatDashboardDate: formatDashboardDate,
getAuditUserId: getAuditUserId, getAuditUserId: getAuditUserId,