Client: PortalSettings: Integration: enable sms services

This commit is contained in:
Viktor Fomin 2023-09-12 13:11:23 +03:00
parent 6cf75e74f8
commit dbf06ffdc7

View File

@ -164,9 +164,7 @@ class ThirdPartyServices extends React.Component {
(consumer) =>
consumer.title !== "Bitly" &&
consumer.title !== "WordPress" &&
consumer.title !== "DocuSign" &&
consumer.name !== "clickatell" && //TODO: hide while 2fa by sms is not working
consumer.name !== "twilio"
consumer.title !== "DocuSign"
);
const imgSrc = theme.isBase ? IntegrationSvgUrl : IntegrationDarkSvgUrl;