Visitor sign in kiosk: multi-site, badge printing, WWCC expiry warnings, admin accounts with 2FA

This commit is contained in:
2026-09-02 16:21:42 +10:00
parent 74792b2764
commit ff9f51eaf9
10 changed files with 52 additions and 13 deletions
+2
View File
@@ -54,6 +54,8 @@ router.get('/config', (req, res) => {
banner: site?.banner_path
? { url: `/api/branding/${site.id}/banner`, height: site.banner_height || 64 }
: null,
// Applies to the site name too, so the header looks the same either way.
headerAlign: site?.banner_align || 'left',
});
});