Skip to content

Commit

Permalink
feat: redirectmeto
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 29, 2024
1 parent 9235a8d commit 2ce05fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class ThreadsProvider extends SocialAbstract implements SocialProvider {
`?client_id=${process.env.THREADS_APP_ID}` +
`&redirect_uri=${encodeURIComponent(
process.env.NODE_ENV === 'development' || !process.env.NODE_ENV
? `https://integration.git.sn/integrations/social/threads`
? `https://redirectmeto.com/${process.env.FRONTEND_URL}/integrations/social/threads`
: `${process.env.FRONTEND_URL}/integrations/social/threads${
refresh ? `?refresh=${refresh}` : ''
}`
Expand Down

0 comments on commit 2ce05fe

Please sign in to comment.