🐛 fix(user): Update user identifier field and localizations

This commit is contained in:
web@ppanel
2025-01-28 23:00:49 +07:00
parent 3cb0629d64
commit 1b6befac87
24 changed files with 28 additions and 35 deletions
+5 -12
View File
@@ -71,18 +71,11 @@ export default function Page() {
accessorKey: 'id',
header: 'ID',
},
// {
// accessorKey: 'email',
// header: t('userName'),
// },
// {
// accessorKey: 'telephone',
// header: t('telephone'),
// cell: ({ row }) => {
// if (!row.original.telephone) return '--';
// return `+${row.original.telephone_area_code} ${row.original.telephone}`;
// },
// },
{
accessorKey: 'auth_methods',
header: t('userName'),
cell: ({ row }) => row.original.auth_methods?.[0]?.auth_identifier || '--',
},
{
accessorKey: 'balance',
header: t('balance'),