Improve i18n.

This commit is contained in:
Yang Luo
2021-06-15 22:12:50 +08:00
parent 7871541cd5
commit 8bc9163def
7 changed files with 15 additions and 19 deletions

View File

@ -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,emails";
const GiteeAuthUri = "https://gitee.com/oauth/authorize";
const GiteeAuthLogo = `${StaticBaseUrl}/img/social_gitee.png`;