Public Access
Visitor sign in kiosk: multi-site, badge printing, WWCC expiry warnings, admin accounts with 2FA
This commit is contained in:
@@ -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',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user