add route to get platform status

This commit is contained in:
Girish Ramakrishnan
2022-11-30 19:54:32 +01:00
parent f27847950c
commit 79cb8ef251
5 changed files with 21 additions and 7 deletions

View File

@@ -159,7 +159,7 @@ async function getConfig() {
footer: branding.renderFooter(allSettings[settings.FOOTER_KEY] || constants.FOOTER),
features: appstore.getFeatures(),
profileLocked: allSettings[settings.PROFILE_CONFIG_KEY].lockUserProfiles,
mandatory2FA: allSettings[settings.PROFILE_CONFIG_KEY].mandatory2FA
mandatory2FA: allSettings[settings.PROFILE_CONFIG_KEY].mandatory2FA,
};
}