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

This commit is contained in:
junleea 2025-05-06 11:25:12 +08:00
commit d1171b6a52
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ func DoThirdPartyCallBack(state *proto.ThirdPartyLoginState, code string) {
DoFaceBookCallBack(state, code)
case "stackoverflow":
// TODO
DoStackoverflowCallBack(state, code)
default:
log.Println("DoThirdPartyCallBack platform error:", state.Platform)
}