Merge pull request 'Remove unused parameter in saml addon' (#1572) from MrPetovan/friendica-addons:bug/Art4-1366 into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1572
develop
heluecht 2024-11-24 10:17:44 +01:00
commit 58180bd732
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']) {