Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed May 15, 2024
1 parent 0972d49 commit 5f6b517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config_dev = {
},
},
twitter: {
client_id: 'ZV83RnVIY19la3NCcWN2SnRDVGs6MTpjaQ',
client_id: 'S0xEaFFFeE9KZ2F3SnZ0TWt4dlE6MTpjaQ',
redirect_uri: 'http%3A%2F%2Flocalhost%3A8080',
}
}
Expand All @@ -43,7 +43,7 @@ const config_prod = {
}
},
twitter: {
client_id: 'ZV83RnVIY19la3NCcWN2SnRDVGs6MTpjaQ',
client_id: 'S0xEaFFFeE9KZ2F3SnZ0TWt4dlE6MTpjaQ',
redirect_uri: 'https%3A%2F%2Famay077.github.io%2Fpppost',
}
}}
Expand Down

0 comments on commit 5f6b517

Please sign in to comment.