Hi,
I have implemented a login page where the the user can choose between signup with google, or using passwordless login where they are sent a code. I also turned on welcome emails. When the user signs in with google for the first time, the welcome email is sent. When they signup using passwordless, they get the magic code, but no welcome email. The welcome email is important as we plan to use that to send important information to the user. Is it possible to get the welcome email to send on passwordless connections as well?
Thanks