From ddcc9c769eb529da954885f2336cae3679221448 Mon Sep 17 00:00:00 2001 From: ykethan Date: Wed, 22 Jan 2025 17:59:19 -0500 Subject: [PATCH] rm bullet point --- .../auth/concepts/external-identity-providers/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx b/src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx index 5c6a63f0113..47485bebe50 100644 --- a/src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx @@ -216,7 +216,7 @@ You need to now inform your external provider of the newly configured authentica -- [Learn more about using social identity providers with user pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social-idp.html) +Learn more about using social identity providers with user pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social-idp.html) ### Customizing scopes for retrieving user data from external providers @@ -279,7 +279,7 @@ export const auth = defineAuth({ }); ``` -- [Learn more about configuring the React Authenticator component for external providers](https://ui.docs.amplify.aws/react/connected-components/authenticator/configuration#external-providers) +[Learn more about configuring the React Authenticator component for external providers](https://ui.docs.amplify.aws/react/connected-components/authenticator/configuration#external-providers) ## Configure OIDC provider