enable registration for now
This commit is contained in:
parent
8ad07c49d5
commit
1a876a7f6b
|
|
@ -58,7 +58,7 @@ export const useServerApiState = create<ServerApiStateProps>()(
|
|||
},
|
||||
registration_enabled: () => {
|
||||
// TODO
|
||||
return false;
|
||||
return true;
|
||||
},
|
||||
sso_registration_enabled: () => {
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Reference in New Issue