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>
|
</List>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
|
|
||||||
{features.security || features.sessions && (
|
{(features.security || features.sessions) && (
|
||||||
<>
|
<>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle title={intl.formatMessage(messages.security)} />
|
<CardTitle title={intl.formatMessage(messages.security)} />
|
||||||
|
|
Ładowanie…
Reference in New Issue