We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d86211 commit 8a06fe3Copy full SHA for 8a06fe3
1 file changed
lib/Controller/SAMLController.php
@@ -501,7 +501,7 @@ public function singleLogoutService(): Http\RedirectResponse {
501
$this->userSession->logout();
502
}
503
504
- if ($targetUrl !== '' && $targetUrl !== null && $auth && $auth->getLastErrorReason() !== null) {
+ if ($targetUrl !== '' && $targetUrl !== null && $auth && $auth->getLastErrorReason() === null) {
505
506
507
0 commit comments