Skip to content
Snippets Groups Projects
Commit d9604c31 authored by René Češka's avatar René Češka
Browse files

updated plugin to use new logout.php

parent 0d0ef013
No related branches found
No related tags found
No related merge requests found
Pipeline #26836 passed
......@@ -100,7 +100,7 @@ class StudipAuthSimpleSamlPHP extends StudipAuthSSO
/**
* Logout the user.
*/
public function logout()
public function logout(): void
{
$auth = new \SimpleSAML\Auth\Simple($this->sp_name);
$auth->Logout();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment