I lost the prompt for permission of using user's email somehow :( and struggling to find why

I delete all users in auth0 dashboard. My redirect url which I can copy/paste in is

https://zzzzz-dev.us.auth0.com/authorize?response_type=code&client_id=xxxx&scope=openid+profile+email+phone&state=5drp703qjdftLYFit11y%2FQh5x1EJVHcLPcNiEQO6yY7xCyt4fBWOgma8pbh1a%2B94cP6XGZH5XT%2Fea03eeaKsgw%3D%3D&audience=https%3A%2F%2Fzzzzz-dev.us.auth0.com%2Fapi%2Fv2%2F&redirect_uri=https%3A%2F%2Flocalhost%3A9443%2Fcallback

but the prompt from auth0 no longer asks the user for access to his email so I am very confused what I changed that broke that. Instead, I just read →

“Log in to thewhitelister-dev to continue to SpamFilter.” Button: “Continue with Google”, then I login and nothing ever asks for permission and access to the users gmail account.

I also have tried adding gmail scopes as well such as

"https://www.googleapis.com/auth/gmail.send " +
"https://www.googleapis.com/auth/gmail.labels "+
"https://www.googleapis.com/auth/gmail.readonly " +
“openid profile email phone”,

I had also done it with just openid profile email phone though I need a google access token for those other scopes to work with the gmail api on the user’s behalf.

What am I missing here? (I am sooooo close to being done with the aut0 integration and onto the gmail piece so pretty excited to get this thing done).

I am finally stumped on this one. I found some checkboxes to enable Gmail and Contacts in the Authentication → social → google-oauth2 and now upon logging in I get a fun

This app is blocked

This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.

Well, I was getting some prompt early on access to email but decided to proceed and say ‘screw it’ and now I get a much better one for some reason(no idea why) AFTER wiring up the real GCP client id and client secret (go figure!! no idea why but progress now).