Demonstrates problem with reset password behavior on Auth0 Lock widget
- Install meteor (https://www.meteor.com/install)
- Clone project
- Add auth0 client id and auth0 domain to source (/client/main.js)
- Run
npm install
- Run
npm start
- Open browser to http://localhost:3000
- The Lock widget should automatically open.
- Click
Don't remember your password?
link - Enter email address and submit
At this point, the form will be in a weird state, and there will be an error repeated twice in the console.