Skip to content

Commit

Permalink
Update API docs to not mention recaptcha (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 26, 2023
1 parent 815c79b commit 621dd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web-auth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ WebAuth.prototype.passwordlessVerify = function (options, cb) {
* @param {Function} [options.templates.hcaptcha] template function receiving the challenge and returning a string
* @param {Function} [options.templates.friendly_captcha] template function receiving the challenge and returning a string
* @param {Function} [options.templates.error] template function returning a custom error message when the challenge could not be fetched, receives the error as first argument
* @param {String} [options.lang=en] the ISO code of the language for recaptcha
* @param {String} [options.lang=en] the ISO code of the language for the captcha provider
* @param {Function} [callback] An optional completion callback
* @memberof WebAuth.prototype
*/
Expand All @@ -1168,7 +1168,7 @@ WebAuth.prototype.renderCaptcha = function (element, options, callback) {
* @param {Function} [options.templates.hcaptcha] template function receiving the challenge and returning a string
* @param {Function} [options.templates.friendly_captcha] template function receiving the challenge and returning a string
* @param {Function} [options.templates.error] template function returning a custom error message when the challenge could not be fetched, receives the error as first argument
* @param {String} [options.lang=en] the ISO code of the language for recaptcha
* @param {String} [options.lang=en] the ISO code of the language for the captcha provider
* @param {Function} [callback] An optional completion callback
* @memberof WebAuth.prototype
*/
Expand Down

0 comments on commit 621dd29

Please sign in to comment.