feat:允许设定首次登录失败后是否进入守护

This commit is contained in:
Mmx
2021-07-31 18:29:50 +08:00
parent a6be2fa234
commit b148eea874
6 changed files with 37 additions and 40 deletions

View File

@@ -28,7 +28,6 @@ func Login(output bool) error {
}
G.Ip, err = util.GetIp(body)
if err != nil {
util.ErrHandler(err)
return err
}
}