添加gitea第三方登录包含官方及我自部署
This commit is contained in:
parent
11d2761ee3
commit
6b0e6b55d2
|
|
@ -490,7 +490,7 @@ func DoThirdPartyCallBack(state *proto.ThirdPartyLoginState, code string) {
|
|||
case "stackoverflow":
|
||||
DoStackoverflowCallBack(state, code)
|
||||
case "my_gitea", "gitea":
|
||||
DoGiteeCallBack(state, code)
|
||||
DoGiteaCallBack(state, code)
|
||||
default:
|
||||
log.Println("DoThirdPartyCallBack platform error:", state.Platform)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue