mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(systemreport): Mask onlyoffice secret as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f8f437072a
commit
6c0b862e75
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@ class SystemConfig {
|
|||
],
|
||||
],
|
||||
],
|
||||
'onlyoffice' => [
|
||||
'jwt_secret' => true,
|
||||
],
|
||||
];
|
||||
|
||||
/** @var Config */
|
||||
|
|
|
|||
Loading…
Reference in a new issue