diff --git a/bundles/nextcloud/files/managed.config.php b/bundles/nextcloud/files/managed.config.php index 57a2299..e34802d 100644 --- a/bundles/nextcloud/files/managed.config.php +++ b/bundles/nextcloud/files/managed.config.php @@ -40,5 +40,5 @@ $CONFIG = array ( "loglevel" => 3, "default_phone_region" => "DE", "versions_retention_obligation" => "auto, 90", - 'simpleSignUpLink.shown' => false, + "simpleSignUpLink.shown" => false, );