mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Remove password from logging.
This commit is contained in:
parent
1e9a4ad08f
commit
9e11866ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default async (
|
|||
});
|
||||
}
|
||||
|
||||
log('Login failed:', { user, username, password });
|
||||
log('Login failed:', { username, user });
|
||||
|
||||
return unauthorized(res, 'message.incorrect-username-password');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue