mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-03 16:44:35 +00:00
feat: 保存并显示OAuth账号邮箱地址
This commit is contained in:
@@ -215,5 +215,6 @@ type OrgInfo struct {
|
||||
|
||||
// AccountInfo represents account info from OAuth response
|
||||
type AccountInfo struct {
|
||||
UUID string `json:"uuid"`
|
||||
UUID string `json:"uuid"`
|
||||
EmailAddress string `json:"email_address"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user