We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2c16de + e06f05f commit b106ae7Copy full SHA for b106ae7
1 file changed
packages/fxa-settings/src/components/Settings/SubRow/index.tsx
@@ -265,8 +265,7 @@ export const BackupPhoneSubRow = ({
265
266
const linkExternalProps = !hasPhoneNumber
267
? {
268
- // TODO add a link to the knowledge base article once it is available
269
- href: '',
+ href: 'https://support.mozilla.org/kb/secure-mozilla-account-two-step-authentication',
270
children: ftlMsgResolver.getMsg(
271
'tfa-row-backup-phone-sim-swap-risk-link',
272
'Learn about SIM swap risk'
0 commit comments