diff --git a/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx b/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx index c50ea99..d7802e5 100644 --- a/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx +++ b/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx @@ -202,8 +202,7 @@ export default function ThirdPartyAccounts() { name: 'Device', type: 'OAuth', }, - ]; - // .filter((account) => oauth_methods?.includes(account.id)); + ].filter((account) => oauth_methods?.includes(account.id)); const [editValues, setEditValues] = useState>({});