From f44d84b9f57090b3d828798d0c1c40901e9fcceb Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez Date: Tue, 5 Dec 2023 17:13:08 -0800 Subject: [PATCH] Update index.mdx --- .../build-a-backend/auth/add-social-provider/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/auth/add-social-provider/index.mdx b/src/pages/[platform]/build-a-backend/auth/add-social-provider/index.mdx index c50aaeacd7e..345c2991e7b 100644 --- a/src/pages/[platform]/build-a-backend/auth/add-social-provider/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/add-social-provider/index.mdx @@ -413,7 +413,7 @@ A custom state is not required, but if you are looking to add one, you are able ```ts -import { Amplify } from 'aws-amplify'; +import { Amplify } from "aws-amplify"; import { Hub } from "aws-amplify/utils"; import { signInWithRedirect, getCurrentUser, AuthUser } from "aws-amplify/auth";