Merge pull request #2834 from Akuket/master

Issue #2688
This commit is contained in:
Lauri Ojansivu 2019-12-20 16:12:29 +02:00 committed by GitHub
commit 492ed2bdc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 6 deletions

View file

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