Merge pull request #40714 from nextcloud/bugfix/noid/sensitive-onlyoffice

fix(systemreport): Mask onlyoffice secret as sensitive
This commit is contained in:
Joas Schilling 2023-09-29 17:31:28 +02:00 committed by GitHub
commit 3c0c1cbf6e
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 */