Skip to content

Commit

Permalink
Update platformMap.ts
Browse files Browse the repository at this point in the history
this fixes #2915
  • Loading branch information
larisa17 authored Nov 11, 2024
1 parent 64016ae commit 1cf0363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/platformMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defaultPlatformMap.set("Discord", {

defaultPlatformMap.set("Linkedin", {
platform: new Linkedin.LinkedinPlatform({
clientId: process.env.NEXT_PUBLIC_PASSPORT_LINKEDIN_CLIENT_ID,
clientId: process.env.NEXT_PUBLIC_PASSPORT_LINKEDIN_CLIENT_ID_V2,
redirectUri: process.env.NEXT_PUBLIC_PASSPORT_LINKEDIN_CALLBACK,
}),
platFormGroupSpec: Linkedin.ProviderConfig,
Expand Down

0 comments on commit 1cf0363

Please sign in to comment.