We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f106e53 + e19bd89 commit 766096dCopy full SHA for 766096d
lib/views/admin/theme.js
@@ -69,6 +69,7 @@ function form (req, res) {
69
altHome: config.get('altHome'),
70
showModuleInteractions: config.get('showModuleInteractions'),
71
removePublicEnabled: config.get('removePublicEnabled'),
72
+ allowPublicSignup: config.get('allowPublicSignup'),
73
requireLogin: config.get('requireLogin'),
74
allowPublicSignup: config.get('allowPublicSignup'),
75
currentTheme: currentTheme,
0 commit comments