gapi.auth2.getAuthInstance().signIn()
When I click on my signIn button on a local webServer or trigger it this way csInterface.openURLInDefaultBrowser("http://localhost:3200/localServer.html");
The signing button works and opens a new window
gapi.auth2.getAuthInstance().signIn()
In my panel, it doesn't launch.
If anyone can think of a way to open up a new window so I can give my CEP google authorisation I would be much appreciated.
