diff --git a/app/config/collections.php b/app/config/collections.php index bf56f035e0..7130964192 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -501,7 +501,7 @@ $collections = [ 'filters' => ['json', 'encrypt'], ], [ - '$id' => 'jwtSecret', + '$id' => 'jwtSecrets', 'type' => Database::VAR_STRING, 'format' => '', 'size' => 16384,