mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
Fix gitee login link.
This commit is contained in:
@ -43,7 +43,7 @@ const WeiboAuthScope = "email";
|
|||||||
const WeiboAuthUri = "https://api.weibo.com/oauth2/authorize";
|
const WeiboAuthUri = "https://api.weibo.com/oauth2/authorize";
|
||||||
const WeiboAuthLogo = `${StaticBaseUrl}/img/social_weibo.png`;
|
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 GiteeAuthUri = "https://gitee.com/oauth/authorize";
|
||||||
const GiteeAuthLogo = `${StaticBaseUrl}/img/social_gitee.png`;
|
const GiteeAuthLogo = `${StaticBaseUrl}/img/social_gitee.png`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user