Skip to content

Commit 79b5081

Browse files
committed
return status ok
1 parent 219044b commit 79b5081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ private function getBackchannelLogoutErrorResponse(
10091009
'error' => $error,
10101010
'error_description' => $description,
10111011
],
1012-
Http::STATUS_BAD_REQUEST,
1012+
Http::STATUS_OK,
10131013
);
10141014
}
10151015

0 commit comments

Comments
 (0)