1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix invalid struct tags and remove unreachable code.

This commit is contained in:
Justin Nuß
2014-08-04 10:37:57 +02:00
parent 755eec745f
commit 8023494a94
3 changed files with 2 additions and 3 deletions

View File

@@ -391,5 +391,4 @@ func (s *SocialWeibo) UserInfo(token *oauth.Token, _ *url.URL) (*BasicUserInfo,
Identity: token.Extra["id_token"],
Name: data.Name,
}, nil
return nil, nil
}