feat: add www to threads
This commit is contained in:
parent
8dc422ee31
commit
1e4b1b8baf
|
|
@ -58,7 +58,7 @@ export class ThreadsProvider extends SocialAbstract implements SocialProvider {
|
|||
const state = makeId(6);
|
||||
return {
|
||||
url:
|
||||
'https://threads.net/oauth/authorize' +
|
||||
'https://www.threads.net/oauth/authorize' +
|
||||
`?client_id=${process.env.THREADS_APP_ID}` +
|
||||
`&redirect_uri=${encodeURIComponent(
|
||||
`${
|
||||
|
|
|
|||
Loading…
Reference in New Issue