mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-21 18:04:47 +02:00
Backport #33961 UI fix is not needed.
This commit is contained in:
parent
987219ab3c
commit
d6cee7c596
@ -248,7 +248,7 @@ func AuthorizeOAuth(ctx *context.Context) {
|
||||
}, form.RedirectURI)
|
||||
return
|
||||
}
|
||||
if err := ctx.Session.Set("CodeChallengeMethod", form.CodeChallenge); err != nil {
|
||||
if err := ctx.Session.Set("CodeChallenge", form.CodeChallenge); err != nil {
|
||||
handleAuthorizeError(ctx, AuthorizeError{
|
||||
ErrorCode: ErrorCodeServerError,
|
||||
ErrorDescription: "cannot set code challenge",
|
||||
|
Loading…
x
Reference in New Issue
Block a user