courrier multi account restore compose

This commit is contained in:
alma 2025-04-29 10:19:22 +02:00
parent 42d2acdaf2
commit 7a33f610c6

View File

@ -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