Don't log keys on checkSignature
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7ac754cbba
commit
1de3cfd049
|
@ -81,6 +81,7 @@ class ExceptionSerializer {
|
||||||
// Encryption
|
// Encryption
|
||||||
'storeKeyPair',
|
'storeKeyPair',
|
||||||
'setupUser',
|
'setupUser',
|
||||||
|
'checkSignature',
|
||||||
|
|
||||||
// files_external: OC_Mount_Config
|
// files_external: OC_Mount_Config
|
||||||
'getBackendStatus',
|
'getBackendStatus',
|
||||||
|
|
Loading…
Reference in New Issue