build fix

This commit is contained in:
alma 2025-05-05 19:25:46 +02:00
parent de13c71d20
commit 81fc913133

View File

@ -1403,7 +1403,7 @@ export async function forceRecacheUserCredentials(userId: string): Promise<boole
host: account.host,
port: account.port,
email: account.email,
password: account.password,
password: account.password || undefined,
secure: account.secure,
smtp_host: account.smtp_host || undefined,
smtp_port: account.smtp_port || undefined,