Merge pull request #3147 from atmire/w2p-116132_fixed-cookie-issues_contribute-7.6

[Port dspace-7_x] Fixed bug when declining Google ReCaptcha cookie preferences
This commit is contained in:
Tim Donohue
2024-07-10 15:22:24 -05:00
committed by GitHub

View File

@@ -183,7 +183,6 @@ export const klaroConfiguration: any = {
purposes: ['registration-password-recovery'],
required: false,
cookies: [
[/^klaro-.+$/],
CAPTCHA_COOKIE
],
onAccept: `window.refreshCaptchaScript?.call()`,