when i try to create Universal Login custom Page using auth0.js, i found param captcha.
auth0.js 9.14.0 needs captcha.getValue()
this param is what?
div ~class=captcha-container~ tag display CAPTCHA that is set by [anormaly detection → bot detection → simple captcha] ??
https://auth0.com/docs/libraries/auth0js#webauth-login-
this docment is not written about this param “captcha”…
webAuth.login({
realm: databaseConnection,
email: email,
password: password,
captcha: captcha.getValue()
}, function(err) {
if (err) displayError(err);
});