From 49cfaf096d9ad94b5b12ee6017d8f9f7204921cf Mon Sep 17 00:00:00 2001 From: Matthew Ratzke Date: Fri, 10 Jul 2020 12:33:44 -0600 Subject: [PATCH] Update authenticate.ts --- packages/authentication/src/hooks/authenticate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication/src/hooks/authenticate.ts b/packages/authentication/src/hooks/authenticate.ts index 74e28e3a3d..0ec2faaf40 100644 --- a/packages/authentication/src/hooks/authenticate.ts +++ b/packages/authentication/src/hooks/authenticate.ts @@ -46,7 +46,7 @@ export default (originalSettings: string | AuthenticateHookSettings, ...original } if (authentication) { - const authParams = omit(params, 'provider', 'authentication', 'query'); + const authParams = omit(params, 'provider', 'authentication'); debug('Authenticating with', authentication, strategies);