feat: 保存并显示OAuth账号邮箱地址

This commit is contained in:
shaw
2026-01-23 15:17:47 +08:00
parent d27b847442
commit f9ab1daa3c
4 changed files with 27 additions and 6 deletions

View File

@@ -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"`
}