Finish version/v.0.0.20#2
This commit is contained in:
commit
5fe33994f5
@ -90,7 +90,7 @@ class SiteController extends Controller
|
|||||||
|
|
||||||
$model = new LoginForm();
|
$model = new LoginForm();
|
||||||
if ($model->load(Yii::$app->request->post()) && $model->login()) {
|
if ($model->load(Yii::$app->request->post()) && $model->login()) {
|
||||||
|
$this->sendLoginIp();
|
||||||
|
|
||||||
// return $this->goBack();
|
// return $this->goBack();
|
||||||
return $this->redirect(['account/select']);
|
return $this->redirect(['account/select']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user