Remove E2EEBanner

We have e2ee now
This commit is contained in:
David Baker
2023-10-13 10:03:05 +01:00
parent f412729696
commit 32657084aa
4 changed files with 0 additions and 67 deletions

View File

@@ -40,7 +40,6 @@ import { Caption } from "../typography/Typography";
import { Form } from "../form/Form";
import { useEnableE2EE, useOptInAnalytics } from "../settings/useSetting";
import { AnalyticsNotice } from "../analytics/AnalyticsNotice";
import { E2EEBanner } from "../E2EEBanner";
interface Props {
client: MatrixClient;
@@ -156,7 +155,6 @@ export const RegisteredView: FC<Props> = ({ client }) => {
<AnalyticsNotice />
</Caption>
)}
<E2EEBanner />
{error && (
<FieldRow className={styles.fieldRow}>
<ErrorMessage error={error} />