We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befc1ca commit 5193687Copy full SHA for 5193687
apps/sim/app/workspace/[workspaceId]/settings/components/integrations/integrations-manager.tsx
@@ -361,6 +361,7 @@ export function IntegrationsManager() {
361
setCreateOAuthProviderId('')
362
setCreateError(null)
363
setShowCreateOAuthRequiredModal(false)
364
+ pendingReturnOriginRef.current = undefined
365
}
366
367
const handleSelectCredential = (credential: WorkspaceCredential) => {
0 commit comments