Hi, I have trouble with login. When I try to login with email, I use email which I created the auth0 account with its password. Each time I got wrong email or password error, few trial later my account blocked… I changed my internet connection but then I got the same “wrong password or email” error… Below the react code. I need to solve this asap! Thanks.
<Auth0Provider
domain={process.env.REACT_APP_AUTH0_DOMAIN}
clientId={process.env.REACT_APP_AUTH0_CLIENT_ID}
redirectUri={window.location.origin}>
<App />
</Auth0Provider>```