Combining user-password and email-passwordless

Hi! I’m using the react sdk

All of my users registered with user-password db connection right now, I would like to create users with email-passwordless connections from now on.

I had to set up my Auth0Provider to connection: “email”, so users that have email-password connections can’t login since they don’t have an “email” connection so they don’t get an otp sent.

What is the best way to combine both connections? I was hoping that Auth0’s universal login would automatically change for the type of connection the email has.

Do I have to create an “email” connection for each old user?