This commit is contained in:
yuzuki999
2023-07-13 01:19:13 +08:00
parent 65629c0dfb
commit 848c7b014a
5 changed files with 9 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ func BuildSSUser(tag string, userInfo *panel.UserInfo, cypher string, serverKey
}
return &protocol.User{
Level: 0,
Email: tag,
Email: BuildUserTag(tag, userInfo.Uuid),
Account: serial.ToTypedMessage(ssAccount),
}
}