mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-05-01 06:59:56 -04:00
🐛 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',
|
name: 'Device',
|
||||||
type: 'OAuth',
|
type: 'OAuth',
|
||||||
},
|
},
|
||||||
];
|
].filter((account) => oauth_methods?.includes(account.id));
|
||||||
// .filter((account) => oauth_methods?.includes(account.id));
|
|
||||||
|
|
||||||
const [editValues, setEditValues] = useState<Record<string, any>>({});
|
const [editValues, setEditValues] = useState<Record<string, any>>({});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user