mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 12:46:19 +00:00
Fix code scanning alert no. 55: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
ac08e86747
commit
f9b0e5f3cf
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -150,7 +150,7 @@ func showSetting(show bool) {
|
|||
|
||||
fmt.Println("current panel settings as follows:")
|
||||
fmt.Println("username:", username)
|
||||
fmt.Println("password:", userpasswd)
|
||||
fmt.Println("password: [REDACTED]")
|
||||
fmt.Println("port:", port)
|
||||
if webBasePath != "" {
|
||||
fmt.Println("webBasePath:", webBasePath)
|
||||
|
|
Loading…
Reference in a new issue