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