Skip to content

Commit

Permalink
Remove the renew parameter if it is found in the URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 5, 2019
1 parent a7f8f99 commit 23713ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Security/CasGuardAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ public function onAuthenticationSuccess(Request $request, TokenInterface $token,
$this->uriFactory->createUri(
$request->getUri()
),
'ticket'
'ticket',
'renew'
)
);
}
Expand Down

0 comments on commit 23713ac

Please sign in to comment.