diff --git a/src/shared/components/person/settings.tsx b/src/shared/components/person/settings.tsx index d0450470..659c77c2 100644 --- a/src/shared/components/person/settings.tsx +++ b/src/shared/components/person/settings.tsx @@ -73,6 +73,7 @@ interface SettingsState { show_new_post_notifs?: boolean; discussion_languages?: number[]; generate_totp_2fa?: boolean; + open_links_in_new_tab?: boolean; }; changePasswordForm: { new_password?: string; @@ -780,6 +781,23 @@ export class Settings extends Component { +
+
+ + +
+
{this.totpSection()}