From e69128203d7fa48d1298d18804a74115297129f5 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 5 Aug 2022 08:32:49 +1000 Subject: [PATCH] Enable SCIM feature flag (#3246) --- apps/web/config/cloud.json | 2 +- apps/web/config/selfhosted.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/config/cloud.json b/apps/web/config/cloud.json index daf5ba62bb6..1418276d38a 100644 --- a/apps/web/config/cloud.json +++ b/apps/web/config/cloud.json @@ -17,6 +17,6 @@ }, "flags": { "showTrial": false, - "scim": false + "scim": true } } diff --git a/apps/web/config/selfhosted.json b/apps/web/config/selfhosted.json index 435fb2770f9..460e87ae84b 100644 --- a/apps/web/config/selfhosted.json +++ b/apps/web/config/selfhosted.json @@ -8,6 +8,6 @@ }, "flags": { "showTrial": false, - "scim": false + "scim": true } }