Skip to content

Commit

Permalink
feat: 🎸 change default twitter client id
Browse files Browse the repository at this point in the history
  • Loading branch information
wade-portkey committed Apr 28, 2024
1 parent 5b7c067 commit da303dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const PORTKEY_VERSION = "v2";

export const TWITTER_CLIENT_ID =
process.env.NEXT_PUBLIC_APP_TWITTER_CLIENT_ID ||
"VE5DRUl1bHdoeHN0cW9POEpEYlY6MTpjaQ";
"N3BDSzBMalRSd1NaTzhETjZKNzY6MTpjaQ";

export const TWITTER_LOGIN_REDIRECT_URI =
"/api/app/telegramAuth/receive/openlogin";
Expand Down

0 comments on commit da303dd

Please sign in to comment.