mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-02-02 06:48:14 -05:00
fix ss user build bug
This commit is contained in:
parent
faa5da0ef7
commit
bb0e22335f
@ -37,7 +37,7 @@ func (p *UserInfo) GetUserEmail() string {
|
|||||||
} else if p.TrojanUser != nil {
|
} else if p.TrojanUser != nil {
|
||||||
return p.TrojanUser.Password
|
return p.TrojanUser.Password
|
||||||
}
|
}
|
||||||
return p.Cipher
|
return p.Secret
|
||||||
}
|
}
|
||||||
|
|
||||||
type UserListBody struct {
|
type UserListBody struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user