fix: hide terms on self hosted

This commit is contained in:
hackerESQ
2025-01-28 18:06:03 -06:00
parent be325d31b6
commit 0a6b2d844f
3 changed files with 6 additions and 14 deletions
+1 -2
View File
@@ -60,10 +60,9 @@ return [
*/
'features' => [
Features::termsAndPrivacyPolicy(),
! env('SELF_HOSTED', true) ? Features::termsAndPrivacyPolicy() : null,
Features::profilePhotos(),
Features::api(),
// Features::teams(['invitations' => true]),
Features::accountDeletion(),
],