Skip to content

Commit

Permalink
Merge pull request #51535 from NJ-2020/fix/51095
Browse files Browse the repository at this point in the history
fix authenticator app link
  • Loading branch information
jasperhuangg authored Oct 30, 2024
2 parents 08e0ad5 + 9169358 commit 13982f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 13982f1

Please sign in to comment.