Merge pull request #42081 from nextcloud/backport/40714/stable27

[stable27] fix(systemreport): Mask onlyoffice secret as sensitive
This commit is contained in:
Joas Schilling 2023-12-07 07:32:51 +01:00 committed by GitHub
commit 85f46eea95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,9 @@ class SystemConfig {
],
],
],
'onlyoffice' => [
'jwt_secret' => true,
],
];
/** @var Config */