Defaulted allowSelfSignup to true

no-issue

This is to keep backwards compatibility
This commit is contained in:
Fabien O'Carroll 2019-10-06 17:14:22 +07:00
parent 1208b41b9f
commit d6cb2ca796

View File

@ -14,7 +14,7 @@ module.exports = function MembersApi({
publicKey
},
auth: {
allowSelfSignup,
allowSelfSignup = true,
getSigninURL
},
paymentConfig,