We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80444fd commit e8a47b4Copy full SHA for e8a47b4
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
currentTheme: currentTheme,
75
themeParameters: themeParameters
0 commit comments