mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
bug fix - remove secret
This commit is contained in:
parent
8b5fe0b018
commit
e248a253cb
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -285,6 +285,7 @@ func main() {
|
|||
var remove_secret bool
|
||||
settingCmd.BoolVar(&reset, "reset", false, "reset all settings")
|
||||
settingCmd.BoolVar(&show, "show", false, "show current settings")
|
||||
settingCmd.BoolVar(&remove_secret, "remove_secret", false, "remove secret")
|
||||
settingCmd.IntVar(&port, "port", 0, "set panel port")
|
||||
settingCmd.StringVar(&username, "username", "", "set login username")
|
||||
settingCmd.StringVar(&password, "password", "", "set login password")
|
||||
|
|
Loading…
Reference in a new issue