Fondation
This commit is contained in:
parent
45f2fcb585
commit
2c93e8593a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user