Skip to content

Commit

Permalink
update Module::logoutRedirect default value (fix #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
amnah committed Apr 30, 2014
1 parent 5a419c1 commit c6e40e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Module extends \yii\base\Module
/**
* @var array|string Url to redirect to after logging out
*/
public $logoutRedirect = ["/"];
public $logoutRedirect = "@web";

/**
* @var bool If true, users will have to confirm their email address after registering (= email activation)
Expand Down

0 comments on commit c6e40e1

Please sign in to comment.