mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
fix ss user build bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user