Add analytics constant to encryption tab (#29489)

As it got stuck in review for 5 months and we all forgot about it
This commit is contained in:
David Baker
2025-03-14 10:06:44 +00:00
committed by GitHub
parent f4b03a1b06
commit f9a0bb2904
3 changed files with 6 additions and 5 deletions

View File

@@ -191,6 +191,7 @@ export default function UserSettingsDialog(props: IProps): JSX.Element {
_td("settings|encryption|title"),
<KeyIcon />,
<EncryptionUserSettingsTab initialState={showResetIdentity ? "reset_identity_forgot" : undefined} />,
"UserSettingsEncryption",
),
);