feat(imei): Add IMEI related internationalization support and menu items

This commit is contained in:
web@ppanel
2025-02-12 16:34:23 +07:00
parent b4946f7a06
commit 13c33378aa
204 changed files with 252 additions and 399 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ export default function Page() {
},
].filter((method) => method.enabled);
const OAUTH_METHODS = oauth_methods?.filter((method) => !['mobile', 'email'].includes(method));
const OAUTH_METHODS = oauth_methods?.filter(
(method) => !['mobile', 'email', 'imei'].includes(method),
);
return (
<main className='bg-muted/50 flex h-full min-h-screen items-center'>