✨ feat(device): Modify IMEI to device identifier support
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user