forked from kevadesu/forgejo
Merge branch 'main' into create-user-system-defaults
This commit is contained in:
commit
a8dc6ec0f0
150 changed files with 2427 additions and 1094 deletions
|
@ -1010,7 +1010,7 @@ func handleOAuth2SignIn(ctx *context.Context, source *auth.Source, u *user_model
|
|||
log.Error("Error storing session: %v", err)
|
||||
}
|
||||
|
||||
// Clear whatever CSRF has right now, force to generate a new one
|
||||
// Clear whatever CSRF cookie has right now, force to generate a new one
|
||||
middleware.DeleteCSRFCookie(ctx.Resp)
|
||||
|
||||
// Register last login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue