This commit is contained in:
celesteormaechea 2026-01-19 14:58:56 -08:00 committed by GitHub
commit 8fa11d5cce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ func (p *OAuthProxy) backendLogout(rw http.ResponseWriter, req *http.Request) {
}
defer resp.Body.Close()
if resp.StatusCode != 200 {
if resp.StatusCode != 200 && resp.StatusCode != 204 {
logger.Errorf("error while calling backend logout url, returned error code %v", resp.StatusCode)
}
}