diff --git a/config/jetstream.php b/config/jetstream.php index fd66d48..98dc848 100644 --- a/config/jetstream.php +++ b/config/jetstream.php @@ -60,8 +60,8 @@ */ 'features' => [ - // Features::termsAndPrivacyPolicy(), - // Features::profilePhotos(), + Features::termsAndPrivacyPolicy(), + Features::profilePhotos(), Features::api(), Features::teams(['invitations' => true]), Features::accountDeletion(),