feat: Ability to allow everyone to create projects (#787)

This commit is contained in:
NathanVss
2024-06-14 16:38:06 +02:00
committed by GitHub
parent f0e9fe7904
commit cc1e886a31
8 changed files with 30 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ module.exports = {
return {
item: {
oidc,
allowAllToCreateProjects: sails.config.custom.allowAllToCreateProjects,
},
};
},