{_t("Use an email address to recover your account.") + " "}
{_t("Other users can invite you to rooms using your contact details.")}
: null;
const haveIs = Boolean(this.props.serverConfig.isUrl);
const noIsText = haveIs ? null :
{_t(
"No Identity Server is configured: no email addreses can be added. " +
"You will be unable to reset your password.",
)}
;
return (
{yourMatrixAccountText}
{editLink}
);
},
});