fix(systemreport): Mask onlyoffice secret as sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/40714/head
Joas Schilling 3 years ago
parent f8f437072a
commit 6c0b862e75
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 3
      lib/private/SystemConfig.php

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

Loading…
Cancel
Save