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',
|
||||
|
||||
// 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,
|
||||
|
|
Loading…
Reference in a new issue