Skip to content

Commit 66b80f8

Browse files
committed
return status ok
1 parent 8ac47bc commit 66b80f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ private function getBackchannelLogoutErrorResponse(
897897
'error' => $error,
898898
'error_description' => $description,
899899
],
900-
Http::STATUS_BAD_REQUEST,
900+
Http::STATUS_OK,
901901
);
902902
}
903903

0 commit comments

Comments
 (0)