I am wondering if there is a way to put a button on the homepage of my React App which lets the user login with Google directly. I basically want to eliminate the step of clicking the Log In button and then clicking the Continue with Google button.
I should point out that I am using the auth0-react SDK
Where would I set that configuration. Is there a prop that gets passed into my loginWithRedirect so I can separate my Log In button from my Log In with Google button?