This commit is contained in:
Roland Schneider 2016-01-08 23:07:01 +01:00
commit 5fe33994f5

View File

@ -90,7 +90,7 @@ class SiteController extends Controller
$model = new LoginForm();
if ($model->load(Yii::$app->request->post()) && $model->login()) {
$this->sendLoginIp();
// return $this->goBack();
return $this->redirect(['account/select']);