How do I just "log in"? I don't want users to have to accept scopes for a specific application (bypass consent)

I have log in working with my NuxtJS application however auth0 is asking the user to accept scopes. How do I bypass consent and just log in?

It was because I was running on localhost.

I added an alias to my /etc/hosts and all is well.

Thanks for following up on this!