Skip to content

Commit 6c93fc6

Browse files
committed
2571: Updated code comments
1 parent ec303c0 commit 6c93fc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Controller/AuthOidcController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ public function getUrls(Request $request, SessionInterface $session): Response
7272
$session->set('oauth2state', $state);
7373
$session->set('oauth2nonce', $nonce);
7474

75-
// We allow end session endpoint to not be set, by letting $endSessionUrl be null.
76-
// This is handled in the admin by removing the logout button.
75+
// We allow end session endpoint to not be set.
7776
try {
7877
$endSessionUrl = $provider->getEndSessionUrl();
7978
} catch (ItkOpenIdConnectException $e) {

0 commit comments

Comments
 (0)