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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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