From fff42d10e02bf3df41cabf258d20ade51422e9a7 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 26 Nov 2024 14:40:30 +0100 Subject: [PATCH] Added missing feature_send_js_exceptions: true --- environments/template/group_vars/template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/template/group_vars/template.yml b/environments/template/group_vars/template.yml index 74f01d787..3374a4b90 100644 --- a/environments/template/group_vars/template.yml +++ b/environments/template/group_vars/template.yml @@ -419,6 +419,7 @@ myconext: feature_show_connections: false feature_id_verify: true feature_remote_creation_api: true + feature_send_js_exceptions: true feature_deny_disposable_email_providers: true feature_create_eduid_institution_enabled: true feature_create_eduid_institution_landing: true