forked from AkkomaGang/akkoma-fe
registrationOpen is not an FE setting
This commit is contained in:
parent
03318b64aa
commit
79c53b849e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue