2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

enable registration for now

This commit is contained in:
Matthias Mair
2025-01-09 00:52:33 +01:00
parent 8ad07c49d5
commit 1a876a7f6b

View File

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