mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Defaulted allowSelfSignup to true
no-issue This is to keep backwards compatibility
This commit is contained in:
parent
1208b41b9f
commit
d6cb2ca796
@ -14,7 +14,7 @@ module.exports = function MembersApi({
|
||||
publicKey
|
||||
},
|
||||
auth: {
|
||||
allowSelfSignup,
|
||||
allowSelfSignup = true,
|
||||
getSigninURL
|
||||
},
|
||||
paymentConfig,
|
||||
|
Loading…
Reference in New Issue
Block a user