Skip to content

Commit b106ae7

Browse files
authored
Merge pull request #18418 from mozilla/FXA-11164
bug(settings): Missing link to sumo article about sim swap
2 parents b2c16de + e06f05f commit b106ae7

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)