From 2faac48adf37702116bcb62543fe027b6e7b730b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 13 Nov 2025 20:01:08 +0100 Subject: [PATCH] Update settings.tsx --- AppImage/components/settings.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/AppImage/components/settings.tsx b/AppImage/components/settings.tsx index be030b2..0ad8955 100644 --- a/AppImage/components/settings.tsx +++ b/AppImage/components/settings.tsx @@ -573,6 +573,26 @@ export function Settings() { )} + {!totpEnabled && ( +
+
+ +
+

Two-Factor Authentication (2FA)

+

+ Add an extra layer of security by requiring a code from your authenticator app in addition to + your password. +

+
+
+ + +
+ )} + {totpEnabled && (