From 372b14e158bcb10bcfb07d231afeca5cc780661d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 14 Jul 2022 14:40:06 +0200 Subject: [PATCH] fix(frontend): add arbitrary scopes to connect an app --- frontend/src/lib/components/AppConnect.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte index 6d682af800..db75a60108 100644 --- a/frontend/src/lib/components/AppConnect.svelte +++ b/frontend/src/lib/components/AppConnect.svelte @@ -198,9 +198,9 @@ {(resource_type ?? []).length} item(s) + >{(scopes ?? []).length} item(s) {:else}

Pick an oauth app and customize the scopes here

{/if}