According to the documentation: https://auth0.com/docs/libraries/lock/v10/api#on-
There is an event listener for “authorization_error”. However, this only seems to fire if there is a “Log In” failure, but I can’t seem to find the listener for “Sign Up” failure (I can listen for “signup submit”, but that doesn’t seem to provide any detail on if the sign up succeeded or failure).
How do I listen for a “sign up failure”?