How to only sign up new users (not sign in existing users) using OTP?

I see that the signInWithOtp() function lets you disable signups, so that the function can only be used to sign existing users in. How can you do the opposite, disable signins, so that the function can only be used to sign users up?
Was this page helpful?