Passwordless login without asking for email/OTP on second attempt

Hello,

I successfully setup passwordless authentication on my react native app. I typed in an email and entered in the OTP on the next screen.

However, every additional call to auth0.webAuth() results in me automatically being logged in. The web view pops up for a second and then the success callback fires with credentials. This is even after I uninstall the app from my simulator and reinstall it. I’m not following how/why Auth0 automatically logs an unknown user back in from a fresh app install without asking for an email and sending an OTP. Does auth0 somehow fingerprint my simulator’s safari browser? I couldn’t find any documentation as to what’s going on with this setup.

Any insight would be helpful thanks.

Yaa facing same issue here…Hopeful of an accurate solution here myschoolbucks