We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dddb84 + 80048c0 commit c678273Copy full SHA for c678273
models/user/external_login_user.go
@@ -60,7 +60,7 @@ type ExternalLoginUser struct {
60
LastName string
61
NickName string
62
Description string
63
- AvatarURL string
+ AvatarURL string `xorm:"TEXT"`
64
Location string
65
AccessToken string `xorm:"TEXT"`
66
AccessTokenSecret string `xorm:"TEXT"`
0 commit comments