mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Simplify captcha response handling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user