diff --git a/packages/workshop-frontend/src/routes/gatekeepers.tsx b/packages/workshop-frontend/src/routes/gatekeepers.tsx index 85a22090..1e0805f5 100644 --- a/packages/workshop-frontend/src/routes/gatekeepers.tsx +++ b/packages/workshop-frontend/src/routes/gatekeepers.tsx @@ -540,6 +540,8 @@ function ConnectorsPage() { credentialsValid, }) setAccounts(Array.from(accountMap.values())) + // OAuth connections arrive through this subscription, after the connect popup opens. + if (description.providesUi) refreshGatekeeperApps(authenticatedApi) } remove(id: number) { accountMap.delete(id)