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(
|
||||
'challengeMain.handleCaptcha: sending captcha response to ' +
|
||||
`${handlers.length} handlers`,
|
||||
response
|
||||
`${handlers.length} handlers`
|
||||
);
|
||||
for (const resolve of handlers) {
|
||||
resolve(response);
|
||||
|
|
Loading…
Reference in a new issue