mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
fix: typo in field tag in BilibiliUserInfo (#890)
This commit is contained in:
@ -144,7 +144,7 @@ func (idp *BilibiliIdProvider) GetToken(code string) (*oauth2.Token, error) {
|
|||||||
type BilibiliUserInfo struct {
|
type BilibiliUserInfo struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Face string `json:"face"`
|
Face string `json:"face"`
|
||||||
OpenId string `json:"openid`
|
OpenId string `json:"openid"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type BilibiliUserInfoResponse struct {
|
type BilibiliUserInfoResponse struct {
|
||||||
|
Reference in New Issue
Block a user