Request-a-copy improv: altcha fixes

This commit is contained in:
Kim Shepherd
2025-02-17 13:05:46 +01:00
parent bff5662116
commit e928eab96b

View File

@@ -81,6 +81,7 @@ export class EpersonRegistrationService {
let headers = new HttpHeaders();
if (captchaToken) {
headers = headers.append('x-recaptcha-token', captchaToken);
headers = headers.append('x-captcha-version', captchaToken);
}
options.headers = headers;