Home > Back-end >  opening the privacy policy and terms of service links from the google sign-in dialog
opening the privacy policy and terms of service links from the google sign-in dialog

Time:10-07

I want to open the privacy policy link when the user clicks the privacy policy in the dialog. I couldn't find anything on the documentation. currently, it shows "no browser found to open the link" when the privacy policy is clicked

enter image description here

CodePudding user response:

Go to Google Cloud Console, then jump to your Project.

In side menu or navigation menu > Oauth Consent screen

Edit or Create app consent and put links there.

  • Related