Skip to content
Snippets Groups Projects
Commit 6dcb76bd authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix admin logout

parent 5e3596ab
No related branches found
No related tags found
No related merge requests found
......@@ -344,8 +344,7 @@ class Simple
$returnTo = Utils\HTTP::getSelfURL();
}
$logout = Module::getModuleURL('core/as_logout.php', [
'AuthId' => $this->authSource,
$logout = Module::getModuleURL('core/logout/' . $this->authSource, [
'ReturnTo' => $returnTo,
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment