Simplify captcha response handling
This commit is contained in:
parent
052aca3119
commit
583a321dd9
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ export class ChallengeMainHandler {
|
||||||
|
|
||||||
log.info(
|
log.info(
|
||||||
'challengeMain.handleCaptcha: sending captcha response to ' +
|
'challengeMain.handleCaptcha: sending captcha response to ' +
|
||||||
`${handlers.length} handlers`,
|
`${handlers.length} handlers`
|
||||||
response
|
|
||||||
);
|
);
|
||||||
for (const resolve of handlers) {
|
for (const resolve of handlers) {
|
||||||
resolve(response);
|
resolve(response);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue