mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 19:56:09 +01:00
- Fix lint errors.
Thanks to xet7 !
This commit is contained in:
parent
c2118f4830
commit
de9965213a
5 changed files with 15 additions and 20 deletions
|
|
@ -93,7 +93,7 @@ if (Meteor.isServer) {
|
|||
const from = `Boards Support <support@${domain}>`;
|
||||
const defaultSetting = {disableRegistration: false, mailServer: {
|
||||
username: '', password: '', host: '', port: '', enableTLS: false, from,
|
||||
}, createdAt: now, modifiedAt: now, displayAuthenticationMethod: true,
|
||||
}, createdAt: now, modifiedAt: now, displayAuthenticationMethod: true,
|
||||
defaultAuthenticationMethod: 'password'};
|
||||
Settings.insert(defaultSetting);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue