i have initiate google one-tap
login on our site
it seems that the section of privacy policy
& terms of service
are missing.
how can i show them?
Example of one-tap popups from other sites on the internet:
our implementation based on:
https://developers.google.com/identity/gsi/web/reference/js-reference
and look like this:
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script>
google.accounts.id.initialize({
client_id: googleClientId,
callback: handleCredentialResponse,
cancel_on_tap_outside: false,
context: 'signin',
});
google.accounts.id.prompt();
</script>
our GCP
application
OAuth consent screen
tab:
Finally i have found the answer here:
How to show privacy policy URL and terms of service URL inside the Google one-tap UI for new users?
as wrote there: