Merge branch 'refs/heads/feat-login-website'

This commit is contained in:
junleea 2025-05-17 15:28:27 +08:00
commit 3f1178f023
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)
}