fix ss user build bug

This commit is contained in:
yuzuki999 2022-10-18 10:49:11 +08:00
parent faa5da0ef7
commit bb0e22335f

View File

@ -37,7 +37,7 @@ func (p *UserInfo) GetUserEmail() string {
} else if p.TrojanUser != nil {
return p.TrojanUser.Password
}
return p.Cipher
return p.Secret
}
type UserListBody struct {