Skip to content

Commit

Permalink
fix: add avatarType to user
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Jun 17, 2023
1 parent 7523c28 commit b031c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions casdoorsdk/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ type User struct {
FirstName string `xorm:"varchar(100)" json:"firstName"`
LastName string `xorm:"varchar(100)" json:"lastName"`
Avatar string `xorm:"varchar(500)" json:"avatar"`
AvatarType string `xorm:"varchar(100)" json:"avatarType"`
PermanentAvatar string `xorm:"varchar(500)" json:"permanentAvatar"`
Email string `xorm:"varchar(100) index" json:"email"`
EmailVerified bool `json:"emailVerified"`
Expand Down

0 comments on commit b031c03

Please sign in to comment.