We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61e28f9 + 66ae108 commit e19bd89Copy full SHA for e19bd89
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