currently i'm using propel in test mode for my Next.js 14 application.
When doing a sign in using a new user using google oauth it still tries to create a user and then send the user.login event via the weebhook.
Ideally if a new user is trying to login i would want him to register first.
is there any workaround for this ?