From ff19e6ad5501b3d70c78f68ebd34322065c4286e Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Thu, 13 Jul 2023 00:38:02 +0800 Subject: [PATCH] Update awsCognito.ts --- src/utils/auth/awsCognito.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/auth/awsCognito.ts b/src/utils/auth/awsCognito.ts index 9b4dcc56..9dc5455e 100644 --- a/src/utils/auth/awsCognito.ts +++ b/src/utils/auth/awsCognito.ts @@ -40,7 +40,7 @@ export async function awsCognito( authorization: string ): Promise>> { const [, username, password, region, userPoolId, clientId] = authorization.split(/\s+/); - + const { accessToken } = await login( username, password,