Skip to content

Commit

Permalink
Merge pull request #86 from Portkey-Wallet/feature/change_default_twi…
Browse files Browse the repository at this point in the history
…tter_client_id

feat: 🎸 change default twitter client id
  • Loading branch information
wade-portkey authored Apr 28, 2024
2 parents 5b7c067 + da303dd commit 2e57b58
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 2e57b58

Please sign in to comment.