feat(device): Modify IMEI to device identifier support

This commit is contained in:
web@ppanel
2025-02-13 22:28:45 +07:00
parent 4e7d249902
commit e3f9ef6ebe
99 changed files with 201 additions and 125 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function Page() {
].filter((method) => method.enabled);
const OAUTH_METHODS = oauth_methods?.filter(
(method) => !['mobile', 'email', 'imei'].includes(method),
(method) => !['mobile', 'email', 'device'].includes(method),
);
return (