diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte
index 4a88f2eabb..ca0f247980 100644
--- a/frontend/src/lib/components/AppConnect.svelte
+++ b/frontend/src/lib/components/AppConnect.svelte
@@ -299,8 +299,7 @@
resource_type = key
scopes = values.scopes
extra_params = Object.entries(values.extra_params ?? {})
-
- dispatch('click')
+ next()
}}
>