You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using auth0-lock v11.34.1 with React. I want to capture the too_many_attempts error from this event:
this.lock.on('authorization_error',(error)=>{console.error("authorization_error event: ",error);// **`too_many_attempts` error is not being logged in this console**});
Is it expected in this case that the too_many_attempts error is not being passed?
Reproduction
add
this.lock.on('authorization_error',(error)=>{console.log("authorization_error event: ",error);// **`too_many_attempts` error is not being logged in this console**});
try login with wrong email/password until get too_many_attempts error in network
Additional context
No response
Lock version
11.34.1
Which browsers have you tested in?
Chrome
The text was updated successfully, but these errors were encountered:
Checklist
Description
I am using auth0-lock v11.34.1 with React. I want to capture the
too_many_attempts
error from this event:Is it expected in this case that the
too_many_attempts
error is not being passed?Reproduction
Additional context
No response
Lock version
11.34.1
Which browsers have you tested in?
Chrome
The text was updated successfully, but these errors were encountered: