I am trying to gapi to Google Identity Services in js client-side Google-SignIn.
SignIn Prompt is working with google.accounts.id.prompt() after
google.accounts.id.initialize({
client_id: 'YOUR_GOOGLE_CLIENT_ID',
callback: handleCredentialResponse
});
But if user closes prompt manually even if it is only once, prompt doesn't pop up again even the page is refreshed. Probably it is (suppressed_by_user). Is there a way to increase this cancel_limit number ?