Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Sep 20, 2023
1 parent b9f72d2 commit 7416e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logout_oidc.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
session_start();
$oidc = $_SESSION['oidc'];
unset($_SESSION['oidc']);
$oidc -> sign_out($oidc->getIdToken(), "https://ai.lab.hm.edu/logout.php");
$oidc -> signOut($oidc->getIdToken(), "https://ai.lab.hm.edu/logout.php");



Expand Down

0 comments on commit 7416e74

Please sign in to comment.