diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 7a81cc10..c567b3a6 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -174,7 +174,7 @@ export default function CourrierPage() { const updated = [...prev]; updated[1] = { ...updated[1], - name: data.email.split('@')[0] || 'Email', + name: data.email, email: data.email, folders: mailboxes }; @@ -450,15 +450,10 @@ export default function CourrierPage() { >
- {account.name} + {account.name}
{account.id !== 0 && (
- {account.email && ( - - {account.email} - - )} {showFolders ? :