diff --git a/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx b/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx index e84aeb8231d..6fc490e7ca0 100644 --- a/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/concepts/passwordless/index.mdx @@ -42,6 +42,8 @@ Passwordless authentication removes the security risks and user friction associa +Learn how to implement passwordless sign-in flows by [overriding the Cognito UserPool to enable the sign-in methods below](/[platform]/build-a-backend/auth/modify-resources-with-cdk/#override-cognito-userpool-to-enable-passwordless-sign-in-methods). + {/* need a section about what a "preferred" factor is */} ## SMS OTP