Skip to content Skip to sidebar Skip to footer

Popup_closed_by_user Error When Trying To Test Google Oauth In My Web Application

So i am trying to implement google login into my web application using angularJS. The popup opens up to login into my google account or to select one the existing accounts but afte

Solution 1:

adding gapi.auth2.SignInOptions e.g { prompt : 'consent' } to signIn function will force the popup to open.


Post a Comment for "Popup_closed_by_user Error When Trying To Test Google Oauth In My Web Application"