Skip to content

Commit cd4b546

Browse files
committed
Fix gatekeeper app navigation after OAuth
1 parent 0eaec6c commit cd4b546

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/workshop-frontend/src/routes/gatekeepers.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ function ConnectorsPage() {
540540
credentialsValid,
541541
})
542542
setAccounts(Array.from(accountMap.values()))
543+
// OAuth connections arrive through this subscription, after the connect popup opens.
544+
if (description.providesUi) refreshGatekeeperApps(authenticatedApi)
543545
}
544546
remove(id: number) {
545547
accountMap.delete(id)

0 commit comments

Comments
 (0)