enable registration for now

This commit is contained in:
Matthias Mair 2025-01-09 00:52:33 +01:00
parent 8ad07c49d5
commit 1a876a7f6b
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const useServerApiState = create<ServerApiStateProps>()(
},
registration_enabled: () => {
// TODO
return false;
return true;
},
sso_registration_enabled: () => {
// TODO