mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
enable registration for now
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user