Skip to content

Commit e8a47b4

Browse files
committed
added a line for adding allowPublicSignup config variable to theme
1 parent 80444fd commit e8a47b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/views/admin/theme.js

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function form (req, res) {
6969
altHome: config.get('altHome'),
7070
showModuleInteractions: config.get('showModuleInteractions'),
7171
removePublicEnabled: config.get('removePublicEnabled'),
72+
allowPublicSignup: config.get('allowPublicSignup'),
7273
requireLogin: config.get('requireLogin'),
7374
currentTheme: currentTheme,
7475
themeParameters: themeParameters

0 commit comments

Comments
 (0)