{/* Shared Link List */}
{/* XSS configuration link */}
{t('security_setting.xss_prevent_setting')}
{t('security_setting.Authentication mechanism settings')}
{activeComponents.has('passport_local') && }
{activeComponents.has('passport_ldap') && }
{activeComponents.has('passport_saml') && }
{activeComponents.has('passport_oidc') && }
{activeComponents.has('passport_basic') && }
{activeComponents.has('passport_google') && }
{activeComponents.has('passport_github') && }
{activeComponents.has('passport_twitter') && }
{activeComponents.has('passport_facebook') && }
);
}
SecurityManagementContents.propTypes = {
t: PropTypes.func.isRequired, // i18next
};
export default withTranslation()(SecurityManagementContents);