From 355b0b35d0a873e694d69e325b4cc8d662a31816 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Tue, 7 Sep 2021 21:46:44 +0800 Subject: [PATCH] Fix gitee login link. --- 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 cce96609..47fe9ff9 100644 --- a/web/src/auth/Provider.js +++ b/web/src/auth/Provider.js @@ -43,7 +43,7 @@ const WeiboAuthScope = "email"; const WeiboAuthUri = "https://api.weibo.com/oauth2/authorize"; const WeiboAuthLogo = `${StaticBaseUrl}/img/social_weibo.png`; -const GiteeAuthScope = "user_info,emails"; +const GiteeAuthScope = "user_info%20emails"; const GiteeAuthUri = "https://gitee.com/oauth/authorize"; const GiteeAuthLogo = `${StaticBaseUrl}/img/social_gitee.png`;