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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -