mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
feat: fix Tumblr OAuth's wrong scope (#3898)
This commit is contained in:
@ -278,7 +278,7 @@ const authInfo = {
|
|||||||
endpoint: "https://www.tiktok.com/auth/authorize/",
|
endpoint: "https://www.tiktok.com/auth/authorize/",
|
||||||
},
|
},
|
||||||
Tumblr: {
|
Tumblr: {
|
||||||
scope: "email",
|
scope: "basic",
|
||||||
endpoint: "https://www.tumblr.com/oauth2/authorize",
|
endpoint: "https://www.tumblr.com/oauth2/authorize",
|
||||||
},
|
},
|
||||||
Twitch: {
|
Twitch: {
|
||||||
|
Reference in New Issue
Block a user