Skip to content

Commit

Permalink
Merge branch 'main' into fix-team-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored Feb 1, 2022
2 parents 9dddb84 + 80048c0 commit c678273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/user/external_login_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type ExternalLoginUser struct {
LastName string
NickName string
Description string
AvatarURL string
AvatarURL string `xorm:"TEXT"`
Location string
AccessToken string `xorm:"TEXT"`
AccessTokenSecret string `xorm:"TEXT"`
Expand Down

0 comments on commit c678273

Please sign in to comment.