mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
Request-a-copy improv: altcha fixes
This commit is contained in:
@@ -81,6 +81,7 @@ export class EpersonRegistrationService {
|
|||||||
let headers = new HttpHeaders();
|
let headers = new HttpHeaders();
|
||||||
if (captchaToken) {
|
if (captchaToken) {
|
||||||
headers = headers.append('x-recaptcha-token', captchaToken);
|
headers = headers.append('x-recaptcha-token', captchaToken);
|
||||||
|
headers = headers.append('x-captcha-version', captchaToken);
|
||||||
}
|
}
|
||||||
options.headers = headers;
|
options.headers = headers;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user