LINKED_CARDS_ENABLED settings part 3.

In Progress, linked cards not completely disabled yet.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-12-21 19:38:02 +02:00
parent 7a90e89348
commit e928660bc0
4 changed files with 23 additions and 30 deletions

View file

@ -334,10 +334,6 @@ if (Meteor.isServer) {
getDefaultAuthenticationMethod() {
return process.env.DEFAULT_AUTHENTICATION_METHOD;
},
getLinkedCardsEnabled() {
return process.env.LINKED_CARDS_ENABLED === 'true';
}
});
}