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,