From 4307baa7598cad102f44352495436ddce5497a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98=C3=9Ffusion?= <59331047+obfusion@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:55:02 +0800 Subject: [PATCH] feat: fix Tumblr OAuth's wrong scope (#3898) --- web/src/auth/Provider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/auth/Provider.js b/web/src/auth/Provider.js index 6d754d21..863e9ec1 100644 --- a/web/src/auth/Provider.js +++ b/web/src/auth/Provider.js @@ -278,7 +278,7 @@ const authInfo = { endpoint: "https://www.tiktok.com/auth/authorize/", }, Tumblr: { - scope: "email", + scope: "basic", endpoint: "https://www.tumblr.com/oauth2/authorize", }, Twitch: {