feat: fix Tumblr OAuth's wrong scope (#3898)

This commit is contained in:
Øßfusion
2025-06-25 09:55:02 +08:00
committed by GitHub
parent 3964bae1df
commit 4307baa759

View File

@ -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: {