mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 13:50:16 +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
|
|
@ -7,8 +7,8 @@ Meteor.publish('setting', () => {
|
|||
customHTMLafterBodyStart: 1,
|
||||
customHTMLbeforeBodyEnd: 1,
|
||||
displayAuthenticationMethod: 1,
|
||||
defaultAuthenticationMethod: 1
|
||||
}
|
||||
defaultAuthenticationMethod: 1,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue