Merge branch 'security-features' into 'develop'
Settings: fix feature detection of change email, mfa, etc See merge request soapbox-pub/soapbox-fe!1514
This commit is contained in:
@ -73,7 +73,7 @@ const Settings = () => {
|
||||
</List>
|
||||
</CardBody>
|
||||
|
||||
{features.security || features.sessions && (
|
||||
{(features.security || features.sessions) && (
|
||||
<>
|
||||
<CardHeader>
|
||||
<CardTitle title={intl.formatMessage(messages.security)} />
|
||||
|
||||
Reference in New Issue
Block a user