Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 committed Feb 7, 2025
1 parent a12a78a commit bf81333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/controllers/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ func (oc *OIDCController) RedirectLogin() {
}
log.Debugf("State dumped to session: %s", state)
// Force to use the func 'Redirect' of beego.Controller
log.Info("======================================")
log.Info(url)
log.Info("======================================")
oc.Controller.Redirect(url, http.StatusFound)
}

Expand Down

0 comments on commit bf81333

Please sign in to comment.