This commit is contained in:
Elias Schneider
2025-01-27 12:01:16 +01:00
2 changed files with 56 additions and 28 deletions

View File

@@ -77,7 +77,7 @@
isSendingTestEmail = true;
await appConfigService
.sendTestEmail()
.then(() => toast.success('Test email sent successfully to your Email address.'))
.then(() => toast.success('Test email sent successfully to your email address.'))
.catch(() =>
toast.error('Failed to send test email. Check the server logs for more information.')
)