mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
enable registration for now
This commit is contained in:
@ -58,7 +58,7 @@ export const useServerApiState = create<ServerApiStateProps>()(
|
||||
},
|
||||
registration_enabled: () => {
|
||||
// TODO
|
||||
return false;
|
||||
return true;
|
||||
},
|
||||
sso_registration_enabled: () => {
|
||||
// TODO
|
||||
|
Reference in New Issue
Block a user