🐛 fix(profile): Restore filter to ensure only valid OAuth accounts are shown

This commit is contained in:
web@ppanel 2025-02-21 19:55:24 +07:00
parent 0fb0d8bc11
commit 315c8f9afe

View File

@ -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<Record<string, any>>({});