Remove unused parameter in saml addon

develop^2
Artur Weigandt 2024-11-23 22:42:52 +01:00 committed by heluecht
parent c4e24833eb
commit bf679262b0
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function saml_sso_reply()
}
if (!empty($user['uid'])) {
DI::auth()->setForUser(DI::app(), $user);
DI::auth()->setForUser($user);
}
if (isset($_POST['RelayState']) && Utils::getSelfURL() != $_POST['RelayState']) {