mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
Add Feature: enable two-way webhooks - stage two
This commit is contained in:
parent
3f0600fed7
commit
dd0682328b
4 changed files with 103 additions and 26 deletions
|
|
@ -147,7 +147,6 @@ if (Meteor.isServer) {
|
|||
}:${doc.mailServer.port}/`;
|
||||
}
|
||||
Accounts.emailTemplates.from = doc.mailServer.from;
|
||||
console.log('Settings saved:', Accounts.emailTemplates);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue