From 5bb2e474510ec22db191f04b5473d1b1c6e1abe3 Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Fri, 1 Dec 2023 15:00:32 +0000 Subject: [PATCH] Fix non-admin users unable to access external oauth connections --- config/services/system/admin_only_module_actions.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/services/system/admin_only_module_actions.yaml b/config/services/system/admin_only_module_actions.yaml index 977b3e609..7021eeabf 100644 --- a/config/services/system/admin_only_module_actions.yaml +++ b/config/services/system/admin_only_module_actions.yaml @@ -13,5 +13,3 @@ parameters: 'geocoded_counts': true 'geocoding_test': true 'config': true - external-oauth-connection: - '*': true