mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Challenge: Only show captcha if requested
This commit is contained in:
@@ -267,7 +267,11 @@ export class ChallengeHandler {
|
||||
data.options?.includes('recaptcha')
|
||||
)
|
||||
) {
|
||||
log.error(`${logId}: unexpected options ${JSON.stringify(data.options)}`);
|
||||
const dataString = JSON.stringify(data.options);
|
||||
log.error(
|
||||
`${logId}: unexpected options ${dataString}. ${conversationId} is waiting.`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!challenge.token) {
|
||||
|
||||
Reference in New Issue
Block a user