2
0

🔊 (sendEmail) Add log when smtp config is failing

This commit is contained in:
Baptiste Arnaud
2022-10-01 07:14:23 +02:00
parent 1654de3c1f
commit 75ca255af2

View File

@ -46,6 +46,7 @@ export const SmtpConfigModal = ({
user.email
)
if (testSmtpError) {
console.error(testSmtpError)
setIsCreating(false)
return showToast({
title: 'Invalid configuration',