<button onClick={() => loginWithRedirect({
connection: “google-oauth2”
})}>Log In;
This doesn’t seems to work anymore, I want to login with google directly and do not want to show the auth0 default page with
<button onClick={() => loginWithRedirect({
connection: “google-oauth2”
})}>Log In;
This doesn’t seems to work anymore, I want to login with google directly and do not want to show the auth0 default page with