Skip to content

Commit

Permalink
Clear text twitter fix (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
schultztimothy authored Aug 3, 2023
1 parent 5b9e60f commit 2aad042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/src/Twitter/procedures/twitterOauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const getTwitterUserData = async (context: TwitterContext, twitterClient:
return {
createdAt: context.twitter.createdAt,
id: context.twitter.id,
username: context.twitter.username,
};
} catch (_error) {
const error = _error as ProviderError;
Expand Down

0 comments on commit 2aad042

Please sign in to comment.