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
+2 -2
View File
@@ -36,8 +36,8 @@ export const AuthControl = [
url: '/dashboard/auth-control/github',
},
{
title: 'IMEI',
url: '/dashboard/auth-control/imei',
title: 'Device',
url: '/dashboard/auth-control/device',
},
];