Auth0 Gmail SS0 doesn't work when I enable Customize Login Page (using auth0 asp.net mvc sample)

his is my ASP.NET MVC sample

Now I’m clicking log in button and it redirects me to the Auth0 custom login page

Now, I’m clicking login with the google button and I already signed in to my Gmail account but it doesn’t bring token, and no redirection

URL : https://ishkyteck.us.auth0.com/login?state=hKFo2SBJRWVZQ1F2dk1WeW91Ry1sdVh2SklnQWhVemZjdS1YcKFupWxvZ2luo3RpZNkgb1FGXzRoYjR5a2phTmU2dUNEMGFUcmk0YXN4a1dRYjmjY2lk2SBTbjdld3VBcWk4Y3JyWFVTcjQ2bkYxSEJHZmF2VGl0cg&client=Sn7ewuAqi8crrXUSr46nF1HBGfavTitr&protocol=oauth2&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F&response_type=code%20id_token%20token&scope=openid%20profile&response_mode=form_post&nonce=637732441711041622.NjQ3MWUxZTYtMTM4Yy00OTQ1LWEyMzUtMTBmN2Y5NjQ5OWVkMzNjYjllMTItNTMwYi00NmIyLWIyMzEtNTY0MjQzNDk1ODll&audience=https%3A%2F%2Fishkyteck.us.auth0.com%2Fapi%2Fv2%2F&x-client-SKU=ID_NET461&x-client-ver=6.7.1.0

and it hits the AuthorizationCodeReceived method but does not bring the token

Please, auth0 community developer look into this bug and resolve. I’m using your provided asp.net MVC sample but it doesn’t work. Sample I downloaded from : auth0-aspnet-owin-mvc-samples/Quickstart/01-Login/MvcApplication at master · auth0-samples/auth0-aspnet-owin-mvc-samples · GitHub

Please help me. Thank you!!

Issue reproducing sample (my auth0 Gmail SSO sample), Auth0 SSO Gmail sample with enabled customize login page1.zip - Google Drive

When I enable this button, Gmail login does not work in the auth0 universal custom login page auth0 custom universal login page

We are implementing login functionality. Please check this issue and provide the solution. Gmail login works when I use a universal login but it doesn’t work when I enable Customize Login Page toggle in Branding page.