here in the docs there is an optional parameter process which can take either login or connect.
using process='login' it works properly and creates new user if there isn't any, while process='connect' does nothing.(I was expecting it to login just if there is a user ..). but i have no idea on, how that works..
I have a loginForm and SignUpForm where both have the social login/signup option, and I don't want it to create account when it's clicked on social icon on LoginForm.
how can i perform this. (sorry if messed up things..:)