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