Skip to content

Commit

Permalink
Update oauth-connections.mdx (#2080)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Aguilar <[email protected]>
  • Loading branch information
matiasperz and alexisintech authored Mar 6, 2025
1 parent 160f432 commit 09fb704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/custom-flows/oauth-connections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ You must configure your application instance through the Clerk Dashboard for the
}
```

```tsx {{ filename: 'app/sign-up/sso-callback.tsx' }}
```tsx {{ filename: 'app/sign-in/sso-callback/page.tsx' }}
import { AuthenticateWithRedirectCallback } from '@clerk/nextjs'

export default function SSOCallback() {
export default function Page() {
// Handle the redirect flow by calling the Clerk.handleRedirectCallback() method
// or rendering the prebuilt <AuthenticateWithRedirectCallback/> component.
// This is the final step in the custom OAuth flow.
Expand Down

0 comments on commit 09fb704

Please sign in to comment.