Mark registrations enabled in v2 instance

This commit is contained in:
Alex Gleason
2024-10-11 02:52:41 -05:00
parent 522a283af1
commit 6fb3bfafc0

View File

@@ -142,7 +142,7 @@ const instanceV2Controller: AppController = async (c) => {
},
},
registrations: {
enabled: false,
enabled: true,
approval_required: false,
message: null,
url: null,