Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: models/oauth2.go
This commit is contained in:
commit
5f6bd323f5
9 changed files with 260 additions and 24 deletions
|
@ -44,5 +44,6 @@ func GetOauth2(identity string) (oa *Oauth2, err error) {
|
|||
} else if oa.Uid == 0 {
|
||||
return oa, ErrOauth2NotAssociatedWithUser
|
||||
}
|
||||
return GetUserById(oa.Uid)
|
||||
oa.User, err = GetUserById(oa.Uid)
|
||||
return oa, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue