Skip to content

Commit e928eab

Browse files
committed
Request-a-copy improv: altcha fixes
1 parent bff5662 commit e928eab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/core/data/eperson-registration.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export class EpersonRegistrationService {
8181
let headers = new HttpHeaders();
8282
if (captchaToken) {
8383
headers = headers.append('x-recaptcha-token', captchaToken);
84+
headers = headers.append('x-captcha-version', captchaToken);
8485
}
8586
options.headers = headers;
8687

0 commit comments

Comments
 (0)