Skip to content

Commit

Permalink
fix: update anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
mwickett committed Jul 15, 2024
1 parent c066c8b commit d2df272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/authjs-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ export default function Home() {

When you migrate to Clerk, you will likely need to resolve the foreign key that you used in your database. If you used the `userId` from NextAuth.js, you could resolve this issue with one of the following two options:

- [Use Clerk's `externalId` field](#use-clerk-s-external-id-field)
- [Update your Auth.js database](#update-your-auth-js-database)
- [Use Clerk's `externalId` field](#use-clerks-external-id-field)
- [Update your Auth.js database](#update-your-database)

#### Use Clerk's `externalId` field

Expand Down

0 comments on commit d2df272

Please sign in to comment.