registrationOpen is not an FE setting

This commit is contained in:
Mark Felder 2020-05-13 16:46:58 -05:00
parent 03318b64aa
commit 79c53b849e

View file

@ -8,6 +8,7 @@ const defaultState = {
name: 'Pleroma FE', name: 'Pleroma FE',
// Stuff from apiConfig // Stuff from apiConfig
registrationOpen: true,
server: 'http://localhost:4040/', server: 'http://localhost:4040/',
textlimit: 5000, textlimit: 5000,
themeData: undefined, themeData: undefined,
@ -33,7 +34,6 @@ const defaultState = {
postContentType: 'text/plain', postContentType: 'text/plain',
redirectRootLogin: '/main/friends', redirectRootLogin: '/main/friends',
redirectRootNoLogin: '/main/all', redirectRootNoLogin: '/main/all',
registrationOpen: true,
scopeCopy: true, scopeCopy: true,
showFeaturesPanel: true, showFeaturesPanel: true,
showInstanceSpecificPanel: false, showInstanceSpecificPanel: false,