fix(apple auth): do not try to parse name if it is missing, add query parameters to logs

This commit is contained in:
Matteo Pagliazzi
2020-04-18 16:02:18 +02:00
parent 484bae40cd
commit 9364cdc2b4
3 changed files with 6 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ describe('errorHandler', () => {
originalUrl: req.originalUrl,
headers: req.headers,
body: req.body,
query: req.query,
httpCode: 400,
isHandledError: true,
});