build fix
This commit is contained in:
parent
de13c71d20
commit
81fc913133
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user