hide parameters of tryLogin when logging

This commit is contained in:
Arthur Schiwon 2016-08-22 14:33:23 +02:00
parent cc80df9e8e
commit fa29ba1fce
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ class Log implements ILogger {
'calculateHMAC',
'encrypt',
'decrypt',
//LoginController
'tryLogin'
];
/**