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/1572develop
commit
58180bd732
|
@ -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']) {
|
||||
|
|
Loading…
Reference in New Issue