diff --git a/rest/AuthProviderApplication.tsx b/rest/AuthProviderApplication.tsx index 66afbd4..ae6f562 100644 --- a/rest/AuthProviderApplication.tsx +++ b/rest/AuthProviderApplication.tsx @@ -69,7 +69,7 @@ export const refreshTokenSocial = (token: string) => { }).then((response)=> response.data); } -export const loginGoogle = (tokenResponse) => { +export const loginGoogle = (tokenResponse: any) => { return gatewayAxios.post(GOOGLE_LOGIN, tokenResponse) .then((response)=> response); } \ No newline at end of file