Skip to content

Commit

Permalink
Update Login controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 4, 2019
1 parent e0609b2 commit fb426cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __invoke(
Request $request,
CasInterface $cas
) {
$parameters = [
$parameters = $request->query->all() + [
'renew' => null !== $this->getUser(),
];

Expand Down

0 comments on commit fb426cd

Please sign in to comment.