mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01: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…
Add table
Add a link
Reference in a new issue