courrier multi account restore compose
This commit is contained in:
parent
42d2acdaf2
commit
7a33f610c6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user