mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 12:37:14 -04:00 
			
		
		
		
	Backport #32514 by lunny Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -953,6 +953,8 @@ func SignInOAuthCallback(ctx *context.Context) { | ||||
| 		} | ||||
| 		if err, ok := err.(*go_oauth2.RetrieveError); ok { | ||||
| 			ctx.Flash.Error("OAuth2 RetrieveError: "+err.Error(), true) | ||||
| 			ctx.Redirect(setting.AppSubURL + "/user/login") | ||||
| 			return | ||||
| 		} | ||||
| 		ctx.ServerError("UserSignIn", err) | ||||
| 		return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user