Settings: fix feature detection of change email, mfa, etc

environments/review-security-f-cysj0m/deployments/229
Alex Gleason 2 years ago
parent 6328b03783
commit 6f52c18c05
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -73,7 +73,7 @@ const Settings = () => {
</List>
</CardBody>
{features.security || features.sessions && (
{(features.security || features.sessions) && (
<>
<CardHeader>
<CardTitle title={intl.formatMessage(messages.security)} />

Loading…
Cancel
Save