kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Settings: fix feature detection of change email, mfa, etc
rodzic
6328b03783
commit
6f52c18c05
|
@ -73,7 +73,7 @@ const Settings = () => {
|
|||
</List>
|
||||
</CardBody>
|
||||
|
||||
{features.security || features.sessions && (
|
||||
{(features.security || features.sessions) && (
|
||||
<>
|
||||
<CardHeader>
|
||||
<CardTitle title={intl.formatMessage(messages.security)} />
|
||||
|
|
Ładowanie…
Reference in New Issue