emailOTP - I want to send OTP for both signup and signin flow in app, but distinguish between flows
If user is on login screen and trying to login with non existant email I want to present an error "User with this email doesn't exist"
But if user is on Signup flow, I want to send them email otp and also create an account for them
How can I do that? There is no custom parameters in
disableSignUp: trueBut if user is on Signup flow, I want to send them email otp and also create an account for them
disableSignUp: falseHow can I do that? There is no custom parameters in
sendVerificationOTP({ email, otp, type })