File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ public function getIdentity($identifier)
626626 public function logout ()
627627 {
628628 $ user = $ this ->auth_service ->getCurrentUser ();
629- RevokeUserGrantsOnExplicitLogout::dispatch ($ user )->afterResponse ();
629+ // RevokeUserGrantsOnExplicitLogout::dispatch($user)->afterResponse();
630630 $ this ->auth_service ->logout ();
631631 Session::flush ();
632632 Session::regenerate ();
Original file line number Diff line number Diff line change @@ -1557,9 +1557,11 @@ public function endSession(OAuth2Request $request = null)
15571557 );
15581558 }
15591559
1560+ /*
15601561 if(!is_null($user)){
15611562 RevokeUserGrantsOnExplicitLogout::dispatch($user, $client_id)->afterResponse();
15621563 }
1564+ */
15631565
15641566 if (!is_null ($ logged_user )) {
15651567 $ this ->auth_service ->logout ();
You can’t perform that action at this time.
0 commit comments