fix(systemreport): Mask onlyoffice secret as sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-09-29 16:36:19 +02:00
parent f8f437072a
commit 6c0b862e75
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

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