Skip to content

Commit e06f05f

Browse files
committed
bug(settings): Missing link to sumo article about sim swap
Becuase: - We want to inform users about sim swapping risks This Commit: - Updates link per bugzilla discussion #1941933 - Note the article has not yet been updated, but should be soon.
1 parent 39878a8 commit e06f05f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/fxa-settings/src/components/Settings/SubRow

packages/fxa-settings/src/components/Settings/SubRow/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ export const BackupPhoneSubRow = ({
265265

266266
const linkExternalProps = !hasPhoneNumber
267267
? {
268-
// TODO add a link to the knowledge base article once it is available
269-
href: '',
268+
href: 'https://support.mozilla.org/kb/secure-mozilla-account-two-step-authentication',
270269
children: ftlMsgResolver.getMsg(
271270
'tfa-row-backup-phone-sim-swap-risk-link',
272271
'Learn about SIM swap risk'

0 commit comments

Comments
 (0)