mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #548 from appwrite/fix-6203-fix-disable-custom-smtp-settings
fix: can't disable smtp
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
async function updateSmtp() {
|
||||
try {
|
||||
if (!enabled) {
|
||||
enabled = undefined;
|
||||
enabled = false;
|
||||
senderName = undefined;
|
||||
senderEmail = undefined;
|
||||
replyTo = undefined;
|
||||
|
||||
Reference in New Issue
Block a user