Open
Description
👋 I'm running into an issue on 0.42.2.
I have a onClick handler that I'm passing to a Button component:
const handleClick = async () => {
nango.auth("salesforce", <id>);
};
When I click my Button, close the authorization window, and then click the Button again, I get this error: Error: The authorization window is already opened
.