mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed allowSelfSignup value in site data
refs https://github.com/TryGhost/members.js/issues/6 Fixed a bug in setting `allowSelfSignup` value as public plans
This commit is contained in:
parent
29bc241cf6
commit
adde1fa01c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const site = {
|
|||
brand: settingsCache.get('brand'),
|
||||
url: urlUtils.urlFor('home', true),
|
||||
plans: membersService.config.getPublicPlans(),
|
||||
allowSelfSignup: membersService.config.getPublicPlans(),
|
||||
allowSelfSignup: membersService.config.getAllowSelfSignup(),
|
||||
version: ghostVersion.safe
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue