Skip to content

Commit

Permalink
after logout send to /
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidprogrammer authored Feb 15, 2017
1 parent e47ecdc commit eef61c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SamlUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function init()
public function logout($destroySession = true)
{

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

}
Expand Down

0 comments on commit eef61c3

Please sign in to comment.