emailotp also sends to a non-existent user
The emailotp plugin also sends otp to unregistered users and tries to register even though disableSignup is true, am I doing something wrong?

3 Replies
I am sure you checked that, but just from looking at your code: it says
disableSignUp: false
—the opposite of what you are trying, I suppose?I didn't realize I was tired, thank you, but now even if it doesn't trigger the function, instead of returning an error, it returned 200

Just checked the code - it looks intentional that it returns
{success: true}