Fondation

This commit is contained in:
alma 2026-01-17 01:44:13 +01:00
parent 45f2fcb585
commit 2c93e8593a

View File

@ -88,7 +88,7 @@ export function Email() {
color: accountColor || '#0082c9' // Fallback default color
};
});
console.log('[Email Widget] Loaded accounts with colors:', loadedAccounts.map(acc => ({
console.log('[Email Widget] Loaded accounts with colors:', loadedAccounts.map((acc: { id: string; email: string; color: string }) => ({
id: acc.id,
email: acc.email,
color: acc.color