Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature
Don't log keys on checkSignature
This commit is contained in:
commit
a9f81a394b
|
@ -82,6 +82,7 @@ class ExceptionSerializer {
|
|||
// Encryption
|
||||
'storeKeyPair',
|
||||
'setupUser',
|
||||
'checkSignature',
|
||||
|
||||
// files_external: OCA\Files_External\MountConfig
|
||||
'getBackendStatus',
|
||||
|
|
Loading…
Reference in New Issue