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 {
|
} else {
|
||||||
logger.Log(
|
logger.Log(
|
||||||
`Login attempt with invalid pw: ${pw} to ${
|
`Login attempt with invalid pw to ${
|
||||||
isScript ? 'script' : 'website'
|
isScript ? 'script' : 'website'
|
||||||
}`,
|
}`,
|
||||||
logger.GetColor('cyan')
|
logger.GetColor('cyan')
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 28a2ffdaca07d41eb61bb9cac33c5530b81f8105
|
Subproject commit c315ad598afb2b33a607109268194c623b6f4c0d
|
Loading…
Add table
Add a link
Reference in a new issue