🔊 (sendEmail) Add log when smtp config is failing
This commit is contained in:
@@ -46,6 +46,7 @@ export const SmtpConfigModal = ({
|
|||||||
user.email
|
user.email
|
||||||
)
|
)
|
||||||
if (testSmtpError) {
|
if (testSmtpError) {
|
||||||
|
console.error(testSmtpError)
|
||||||
setIsCreating(false)
|
setIsCreating(false)
|
||||||
return showToast({
|
return showToast({
|
||||||
title: 'Invalid configuration',
|
title: 'Invalid configuration',
|
||||||
|
|||||||
Reference in New Issue
Block a user