diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 53b9d477..98607d70 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -407,8 +407,8 @@ export default function CourrierPage() { // Auto-select the first account if available if (updatedAccounts.length > 0) { - // Get first real account (not "All Accounts") - const firstAccount = updatedAccounts.length > 1 ? updatedAccounts[1] : updatedAccounts[0]; + // Get first real account (index 0) + const firstAccount = updatedAccounts[0]; console.log('Auto-selecting first account:', firstAccount); // Trigger account selection