javascript - I'm wondering how gapi.signin.render() callback function works -
I want to call the gapi.signin.render () callback function only once.
gapi.signin.render ('googleLoginBtn', {'callback': 'checkout', 'client': client, 'cookiepolicy': 'single_host_corein', 'scope': scope}) ; My entire code works properly, however, the code is calling the callback function repeatedly until I actually log in to google.com. I am thinking that this is normal or not.
Comments
Post a Comment