From 916935873916de91bc6d0cc888b3a5306f19c402 Mon Sep 17 00:00:00 2001 From: NJ-2020 Date: Sat, 26 Oct 2024 22:12:27 -0700 Subject: [PATCH] fix authenticator app link --- src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.tsx b/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.tsx index 6b48fbb377a7..29f832ccaea8 100644 --- a/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.tsx +++ b/src/pages/settings/Security/TwoFactorAuth/Steps/VerifyStep.tsx @@ -22,7 +22,7 @@ import * as Session from '@userActions/Session'; import CONST from '@src/CONST'; import ONYXKEYS from '@src/ONYXKEYS'; -const TROUBLESHOOTING_LINK = 'https://community.expensify.com/discussion/7736/faq-troubleshooting-two-factor-authentication-issues/p1?new=1'; +const TROUBLESHOOTING_LINK = 'https://help.expensify.com/articles/new-expensify/settings/Enable-Two-Factor-Authentication'; function VerifyStep() { const styles = useThemeStyles();