Skip to content

Commit

Permalink
keep needed REDIRECT_AFTER_LOGIN value after login
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Feb 13, 2024
1 parent 3e46643 commit 90f1381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ public function code(string $state = '', string $code = '', string $scope = '',

// remove code login session values
$this->session->remove(self::STATE);
$this->session->remove(self::REDIRECT_AFTER_LOGIN);
$this->session->remove(self::NONCE);

// Set last password confirm to the future as we don't have passwords to confirm against with SSO
Expand Down

0 comments on commit 90f1381

Please sign in to comment.