Skip to content

Commit

Permalink
- Disable Twitter provider (broken on mobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamarcke committed Mar 12, 2024
1 parent f6e572a commit cf596e7
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 cf596e7

Please sign in to comment.