From d6dfe2a77fcd0dc9d0a5e3ffa184550c99765561 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 2 May 2025 15:25:36 -0500 Subject: [PATCH] Add 2FA warning --- src/components/dialogs/EmailDialog/screens/Update.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/dialogs/EmailDialog/screens/Update.tsx b/src/components/dialogs/EmailDialog/screens/Update.tsx index 69f636b2d5..9e0bd75f12 100644 --- a/src/components/dialogs/EmailDialog/screens/Update.tsx +++ b/src/components/dialogs/EmailDialog/screens/Update.tsx @@ -192,6 +192,14 @@ export function Update(_props: ScreenProps) { Update email + {currentAccount?.emailAuthFactor && ( + + + If you update your email address, email 2FA will be disabled. + + + )} +