mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 14:58:07 +01:00
Pass ACI to captcha checker
This commit is contained in:
@@ -386,6 +386,7 @@ public class VerificationController {
|
||||
try {
|
||||
|
||||
assessmentResult = registrationCaptchaManager.assessCaptcha(
|
||||
Optional.empty(),
|
||||
Optional.of(updateVerificationSessionRequest.captcha()), sourceHost, userAgent)
|
||||
.orElseThrow(() -> new ServerErrorException(Response.Status.INTERNAL_SERVER_ERROR));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user