diff --git a/lemmy-translations b/lemmy-translations index a241fe12..7fc71d08 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit a241fe1255a6363c7ae1ec5a09520c066745e6ce +Subproject commit 7fc71d0860bbe5c6d620ec27112350ffe5b9229c diff --git a/src/shared/components/person/settings.tsx b/src/shared/components/person/settings.tsx index 6ed11ef8..bc0dc76c 100644 --- a/src/shared/components/person/settings.tsx +++ b/src/shared/components/person/settings.tsx @@ -72,6 +72,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; @@ -802,6 +803,23 @@ export class Settings extends Component { +
+
+ + +
+
{this.totpSection()}