aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-13 16:46:58 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-13 16:46:58 -0500
commit79c53b849ed8d5abac978ed675488bf53ea8fb06 (patch)
treeb4faae5b662d2d5120064cba2db274781f4652e1 /src
parent03318b64aacbbb48d15c94ada5ade4b38752a734 (diff)
registrationOpen is not an FE setting
Diffstat (limited to 'src')
-rw-r--r--src/modules/instance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js
index 278a93ab..beea424b 100644
--- a/src/modules/instance.js
+++ b/src/modules/instance.js
@@ -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,