I'm trying to implement Ory network and google login on a VueJS application following the steps on:
https://www.ory.sh/docs/getting-started/integrate-auth/vue
and
https://www.ory.sh/docs/kratos/social-signin/google
I'm stuck in an eternal flow of: Sign up screen -> Click "Register with google" button -> Select which google account I want to use -> Back to the register form with email and name filled -> Click "Continue" -> Select which google account I want to use
I've properly set google client id/secret on ory as well as ory redirect url allowed on my google account.