File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var Facebook = oauth2.Endpoint{
43
43
44
44
// Feishu is the endpoint for Feishu.
45
45
var Feishu = oauth2.Endpoint {
46
- AuthURL : "https://open .feishu.cn/open-apis/authen/v1/authorize" ,
46
+ AuthURL : "https://accounts .feishu.cn/open-apis/authen/v1/authorize" ,
47
47
TokenURL : "https://open.feishu.cn/open-apis/authen/v2/oauth/token" ,
48
48
}
49
49
@@ -106,7 +106,7 @@ var KaKao = oauth2.Endpoint{
106
106
107
107
// Lark is the endpoint for Lark.
108
108
var Lark = oauth2.Endpoint {
109
- AuthURL : "https://open .larksuite.com/open-apis/authen/v1/authorize" ,
109
+ AuthURL : "https://accounts .larksuite.com/open-apis/authen/v1/authorize" ,
110
110
TokenURL : "https://open.larksuite.com/open-apis/authen/v2/oauth/token" ,
111
111
}
112
112
You can’t perform that action at this time.
0 commit comments