🐛 fix(affiliate): Update user identifier

This commit is contained in:
web@ppanel
2025-03-08 15:43:20 +07:00
parent f5d8fd3b65
commit 35f92c9329
32 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ export default function Affiliate() {
<CardContent className='p-3 text-sm'>
<ul className='grid grid-cols-2 gap-3 *:flex *:flex-col'>
<li className='font-semibold'>
<span className='text-muted-foreground'>{t('userEmail')}</span>
<span>{item.email}</span>
<span className='text-muted-foreground'>{t('userIdentifier')}</span>
<span>{item.identifier}</span>
</li>
<li className='font-semibold'>
<span className='text-muted-foreground'>{t('registrationTime')}</span>