🐛 fix(profile): Restore filter to ensure only valid OAuth accounts are shown
This commit is contained in:
parent
0fb0d8bc11
commit
315c8f9afe
@ -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>>({});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user