🚧 echo password

This commit is contained in:
微凉
2022-02-04 14:58:48 +08:00
parent 7804cf9d5c
commit 86cda58b22
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@ func Init() bool {
log.Errorf(err.Error())
return false
}
log.Infof("current password: %s", pass.Value)
fmt.Printf("your password: %s\n", pass.Value)
return false
}
server.InitIndex()