I’m creating a new user with the connection of email
(passwordless) and passing the params:
{
connection: 'email',
email: data.email,
email_verified: false,
verify_email: false
}
However the verification email is still being sent. My understanding of how the params work would be that this would not be the case.