This commit is contained in:
celesteormaechea 2025-10-03 09:39:36 +10:00 committed by GitHub
commit 35892c42ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,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)
}
}