Skip to content

Commit

Permalink
Merge pull request #23 from game-node-app/dev
Browse files Browse the repository at this point in the history
- Disable Twitter provider (broken on mobile)
  • Loading branch information
Lamarcke authored Mar 12, 2024
2 parents 97163a8 + cf596e7 commit a0db35b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/auth/SuperTokensProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const frontendConfig = () => {
// TODO: Enable once it's approved
// ThirdPartyPasswordlessReact.Google.init(),
ThirdPartyPasswordlessReact.Discord.init(),
ThirdPartyPasswordlessReact.Twitter.init(),
],
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const FollowerAggregatedNotification = ({
</Notification>
</Link>
);
}, [aggregatedNotification]);
}, [aggregatedNotification, ownUserId]);

return content;
};
Expand Down

0 comments on commit a0db35b

Please sign in to comment.