添加gitea第三方登录包含官方及我自部署

This commit is contained in:
junleea 2025-05-17 15:28:17 +08:00
parent 11d2761ee3
commit 6b0e6b55d2
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}