fix: hide terms on self hosted
This commit is contained in:
@@ -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(),
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user