Merge pull request #10193 from nextcloud/bugfix/10175/sanitize-parameter

Sanitize parameters in createSessionToken() while logging
This commit is contained in:
Morris Jobke 2018-07-11 14:55:08 +02:00 committed by GitHub
commit e8bd72ebdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class ExceptionSerializer {
'validateUserPass',
'loginWithToken',
'{closure}',
'createSessionToken',
// TokenProvider
'getToken',