diff --git a/app/config/collections.php b/app/config/collections.php index d88bb849a..130c57bd7 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -319,15 +319,6 @@ $collections = [ 'required' => true, 'array' => false, ], - [ - '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Secret', - 'key' => 'secret', - 'type' => Database::SYSTEM_VAR_TYPE_TEXT, - 'default' => '', - 'required' => true, - 'array' => false, - ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, 'label' => 'Provider',