Skip to content

Commit

Permalink
fixup! feat(backend,clerk-js,types): Support the new LinkedIn OAuth P…
Browse files Browse the repository at this point in the history
…rovider
  • Loading branch information
fragoulis committed Sep 25, 2023
1 parent a929d10 commit 097f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const OAUTH_PROVIDERS: OAuthProviderData[] = [
provider: 'linkedin_oidc',
strategy: 'oauth_linkedin_oidc',
name: 'LinkedIn',
docsUrl: 'https://clerk.com/docs/authentication/social-connection-with-linkedin',
docsUrl: 'https://clerk.com/docs/authentication/social-connection-with-linkedin-oidc',
},
{
provider: 'github',
Expand Down

0 comments on commit 097f346

Please sign in to comment.