mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
not logging invalid pws
This commit is contained in:
parent
d0b1210a0e
commit
84e6f49f84
2 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ function setup(data: SubmoduleData): Submodule {
|
|||
)
|
||||
} else {
|
||||
logger.Log(
|
||||
`Login attempt with invalid pw: ${pw} to ${
|
||||
`Login attempt with invalid pw to ${
|
||||
isScript ? 'script' : 'website'
|
||||
}`,
|
||||
logger.GetColor('cyan')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue