Hey all,
I have a login page built with a button for signing in via google. The Action I have setup on that button is the Auth Log in > Google. The problem I'm running into is that if someone doesn't have an account, clicking the sign-in button automatically creates them an account rather than telling them that an account doesn't exist.
How can I change the function there so that it prevents the user from logging in and push them to the Create Account page rather than just logging them in.
Thanks!