Leandro N. Márquez

Results 2 comments of Leandro N. Márquez

Same here. I am getting onSuccess response, but then, also an onError: "user_closed_popup" after popup closes automatically. ``` const { linkedInLogin } = useLinkedIn({ clientId: {env.LINKEDIN_CLIENT_ID}, redirectUri: `${window.location.origin}/linkedin`, scope: 'r_emailaddress...

> useLinkedIn I think it got fixed by itself that time. I just checked my code and it is almost the same (I added a signIn function after getting the...