mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Request-a-copy improv: altcha fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user