Skip to content

Commit eef61c3

Browse files
after logout send to /
1 parent e47ecdc commit eef61c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SamlUser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function init()
3131
public function logout($destroySession = true)
3232
{
3333

34-
Yii::$container->get('saml')->logout(Yii::$app->homeUrl);
34+
Yii::$container->get('saml')->logout('/');
3535
parent::logout($destroySession);
3636

3737
}

0 commit comments

Comments
 (0)